mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-19 23:15:48 +00:00
Fix typos
This commit is contained in:
@@ -135,7 +135,7 @@ def translate_count(locale : String, key : String, count : Int, format = NumberF
|
||||
# Try #2: Fallback to english
|
||||
translation = translate_count("en-US", key, count)
|
||||
else
|
||||
# Return key if we're already in english, as the tranlation is missing
|
||||
# Return key if we're already in english, as the translation is missing
|
||||
LOGGER.warn("i18n: Missing translation key \"#{key}\"")
|
||||
return key
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user