Module:AbilityData/hero: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m notes warning added
Sur (talk | contribs)
m fixed link from Translation to Translte
Line 33: Line 33:
notes_source_page = ability_name_en .. '/' .. dictionary_module.translate('Notes', 'en', '')
notes_source_page = ability_name_en .. '/' .. dictionary_module.translate('Notes', 'en', '')
if notes_str_localized=='' then
if notes_str_localized=='' then
notes_untranslated_msg = dictionary_module.translate('NotesNeedsTranslation') .. ' [[Template:Translation]]' .. "<br>"
notes_untranslated_msg = dictionary_module.translate('NotesNeedsTranslation') .. ' [[Template:Translate]]' .. "<br>"
end
end
else
else