Use target language in choice list

This commit is contained in:
Mouse Reeve 2021-10-06 16:38:07 -07:00
parent 982cd49c51
commit 674aa484fd
12 changed files with 59 additions and 54 deletions

View file

@ -162,11 +162,11 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = "en-us" LANGUAGE_CODE = "en-us"
LANGUAGES = [ LANGUAGES = [
("en-us", _("English")), ("en-us", _("English")),
("de-de", _("German")), ("de-de", _("Deutsch (German)")), # German
("es", _("Spanish")), ("es", _("Español (Spanish)")), # Spanish
("fr-fr", _("French")), ("fr-fr", _("Français (French)")), # French
("zh-hans", _("Simplified Chinese")), ("zh-hans", _("简体中文 (Simplified Chinese)")), # Simplified Chinese
("zh-hant", _("Traditional Chinese")), ("zh-hant", _("繁體中文 (Traditional Chinese)")), # Traditional Chinese
] ]

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.0.1\n" "Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-03-02 17:19-0800\n" "PO-Revision-Date: 2021-03-02 17:19-0800\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n" "Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: English <LL@li.org>\n" "Language-Team: English <LL@li.org>\n"
@ -201,26 +201,26 @@ msgstr "Buch"
#: bookwyrm/settings.py:164 #: bookwyrm/settings.py:164
msgid "English" msgid "English"
msgstr "Englisch" msgstr "English (Englisch)"
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "Deutsch" msgstr "Deutsch"
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "Spanisch" msgstr "Español (Spanisch)"
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "Französisch" msgstr "Français (Französisch)"
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "Vereinfachtes Chinesisch" msgstr "简体中文 (Vereinfachtes Chinesisch)"
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
msgid "Traditional Chinese" msgid "繁體中文 (Traditional Chinese)"
msgstr "" msgstr ""
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.0.1\n" "Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-02-28 17:19-0800\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n" "Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: English <LL@li.org>\n" "Language-Team: English <LL@li.org>\n"
@ -175,23 +175,23 @@ msgid "English"
msgstr "" msgstr ""
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "" msgstr ""
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "" msgstr ""
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "" msgstr ""
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "" msgstr ""
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
msgid "Traditional Chinese" msgid "繁體中文 (Traditional Chinese)"
msgstr "" msgstr ""
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8

Binary file not shown.

View file

@ -7,11 +7,11 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.0.1\n" "Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-03-19 11:49+0800\n" "PO-Revision-Date: 2021-03-19 11:49+0800\n"
"Last-Translator: Reese Porter <reesedporter@gmail.com>\n" "Last-Translator: Reese Porter <reesedporter@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: \n"
"Language: \n" "Language: Spanish\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -174,23 +174,23 @@ msgid "English"
msgstr "Inglés" msgstr "Inglés"
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "Aléman" msgstr ""
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "Español" msgstr ""
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "Francés" msgstr ""
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "Chino simplificado" msgstr "Chino simplificado"
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
msgid "Traditional Chinese" msgid "繁體中文 (Traditional Chinese)"
msgstr "Chino tradicional" msgstr "Chino tradicional"
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8
@ -3594,6 +3594,15 @@ msgstr "Un enlace para reestablecer tu contraseña se envió a {email}"
msgid "Status updates from {obj.display_name}" msgid "Status updates from {obj.display_name}"
msgstr "Actualizaciones de status de {obj.display_name}" msgstr "Actualizaciones de status de {obj.display_name}"
#~ msgid "German"
#~ msgstr "Aléman"
#~ msgid "Spanish"
#~ msgstr "Español"
#~ msgid "French"
#~ msgstr "Francés"
#~ msgid "Update shelf" #~ msgid "Update shelf"
#~ msgstr "Actualizar estante" #~ msgstr "Actualizar estante"

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.1.1\n" "Project-Id-Version: 0.1.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-04-05 12:44+0100\n" "PO-Revision-Date: 2021-04-05 12:44+0100\n"
"Last-Translator: Fabien Basmaison <contact@arkhi.org>\n" "Last-Translator: Fabien Basmaison <contact@arkhi.org>\n"
"Language-Team: Mouse Reeve <LL@li.org>\n" "Language-Team: Mouse Reeve <LL@li.org>\n"
@ -192,25 +192,23 @@ msgid "English"
msgstr "English" msgstr "English"
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "Deutsch" msgstr "Deutsch"
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "Español" msgstr "Español"
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "Français" msgstr "Français"
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "简化字" msgstr "简化字"
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
#, fuzzy msgid "繁體中文 (Traditional Chinese)"
#| msgid "Additional info:"
msgid "Traditional Chinese"
msgstr "Infos supplémentaires:" msgstr "Infos supplémentaires:"
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.1.1\n" "Project-Id-Version: 0.1.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-03-20 00:56+0000\n" "PO-Revision-Date: 2021-03-20 00:56+0000\n"
"Last-Translator: Kana <gudzpoz@live.com>\n" "Last-Translator: Kana <gudzpoz@live.com>\n"
"Language-Team: Mouse Reeve <LL@li.org>\n" "Language-Team: Mouse Reeve <LL@li.org>\n"
@ -190,23 +190,23 @@ msgid "English"
msgstr "English英语" msgstr "English英语"
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "Deutsch德语" msgstr "Deutsch德语"
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "Español西班牙语" msgstr "Español西班牙语"
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "Français法语" msgstr "Français法语"
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "简体中文" msgstr "简体中文"
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
msgid "Traditional Chinese" msgid "繁體中文 (Traditional Chinese)"
msgstr "繁體中文(繁体中文)" msgstr "繁體中文(繁体中文)"
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.0.1\n" "Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-06 23:29+0000\n" "POT-Creation-Date: 2021-10-06 23:57+0000\n"
"PO-Revision-Date: 2021-06-30 10:36+0000\n" "PO-Revision-Date: 2021-06-30 10:36+0000\n"
"Last-Translator: Grace Cheng <chengracecwy@gmail.com>\n" "Last-Translator: Grace Cheng <chengracecwy@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
@ -192,25 +192,23 @@ msgid "English"
msgstr "English英語" msgstr "English英語"
#: bookwyrm/settings.py:165 #: bookwyrm/settings.py:165
msgid "German" msgid "Deutsch (German)"
msgstr "Deutsch德語" msgstr "Deutsch德語"
#: bookwyrm/settings.py:166 #: bookwyrm/settings.py:166
msgid "Spanish" msgid "Español (Spanish)"
msgstr "Español西班牙語" msgstr "Español西班牙語"
#: bookwyrm/settings.py:167 #: bookwyrm/settings.py:167
msgid "French" msgid "Français (French)"
msgstr "Français法語" msgstr "Français法語"
#: bookwyrm/settings.py:168 #: bookwyrm/settings.py:168
msgid "Simplified Chinese" msgid "简体中文 (Simplified Chinese)"
msgstr "簡體中文" msgstr "簡體中文"
#: bookwyrm/settings.py:169 #: bookwyrm/settings.py:169
#, fuzzy msgid "繁體中文 (Traditional Chinese)"
#| msgid "Tranditional Chinese"
msgid "Traditional Chinese"
msgstr "繁體中文" msgstr "繁體中文"
#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 #: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8