From 17806a9fb55876a58cadbd2c4133d49891c6036a Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 21 Jan 2024 13:17:44 +0100 Subject: [PATCH] Add explicit translations where missing Even though the English fallback produces the same result, the explicit translation is, as the name says, explicit and intentional. --- priv/translations/en/LC_MESSAGES/relative_time.po | 2 +- priv/translations/ro/LC_MESSAGES/months_abbr.po | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/priv/translations/en/LC_MESSAGES/relative_time.po b/priv/translations/en/LC_MESSAGES/relative_time.po index 065be0ab..e0eb835e 100644 --- a/priv/translations/en/LC_MESSAGES/relative_time.po +++ b/priv/translations/en/LC_MESSAGES/relative_time.po @@ -238,4 +238,4 @@ msgstr "this wednesday" #: lib/l10n/translator.ex:369 msgid "now" -msgstr "" +msgstr "now" diff --git a/priv/translations/ro/LC_MESSAGES/months_abbr.po b/priv/translations/ro/LC_MESSAGES/months_abbr.po index 2d377d6e..fb7ab6c4 100644 --- a/priv/translations/ro/LC_MESSAGES/months_abbr.po +++ b/priv/translations/ro/LC_MESSAGES/months_abbr.po @@ -22,19 +22,19 @@ msgstr "" #: lib/l10n/translator.ex:290 msgid "Apr" -msgstr "" +msgstr "Apr" #: lib/l10n/translator.ex:294 msgid "Aug" -msgstr "" +msgstr "Aug" #: lib/l10n/translator.ex:298 msgid "Dec" -msgstr "" +msgstr "Dec" #: lib/l10n/translator.ex:288 msgid "Feb" -msgstr "" +msgstr "Feb" #: lib/l10n/translator.ex:287 msgid "Jan" @@ -50,7 +50,7 @@ msgstr "Iun" #: lib/l10n/translator.ex:289 msgid "Mar" -msgstr "" +msgstr "Mar" #: lib/l10n/translator.ex:291 msgid "May" @@ -62,8 +62,8 @@ msgstr "Noi" #: lib/l10n/translator.ex:296 msgid "Oct" -msgstr "" +msgstr "Oct" #: lib/l10n/translator.ex:295 msgid "Sep" -msgstr "" +msgstr "Sep"