forked from mirrors/bookwyrm
Fixes locale names
This commit is contained in:
parent
d8c682fb2b
commit
557acd40ad
7 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.2.5 on 2022-01-04 21:28
|
||||
# Generated by Django 3.2.5 on 2022-01-04 22:31
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
@ -22,8 +22,8 @@ class Migration(migrations.Migration):
|
|||
("gl-es", "Galego (Galician)"),
|
||||
("fr-fr", "Français (French)"),
|
||||
("lt-lt", "Lietuvių (Lithuanian)"),
|
||||
("pt-pt", "Portug- Brasil uês (Portuguese)"),
|
||||
("pt-br", "Português - Brasil (Brazilian Portuguese)"),
|
||||
("pt-br", "Português do Brasil (Brazilian Portuguese)"),
|
||||
("pt-pt", "Português Europeu (European Portuguese)"),
|
||||
("zh-hans", "简体中文 (Simplified Chinese)"),
|
||||
("zh-hant", "繁體中文 (Traditional Chinese)"),
|
||||
],
|
||||
|
|
|
@ -168,8 +168,8 @@ LANGUAGES = [
|
|||
("gl-es", _("Galego (Galician)")),
|
||||
("fr-fr", _("Français (French)")),
|
||||
("lt-lt", _("Lietuvių (Lithuanian)")),
|
||||
("pt-pt", _("Portug- Brasil uês (Portuguese)")),
|
||||
("pt-br", _("Português - Brasil (Brazilian Portuguese)")),
|
||||
("pt-br", _("Português do Brasil (Brazilian Portuguese)")),
|
||||
("pt-pt", _("Português Europeu (European Portuguese)")),
|
||||
("zh-hans", _("简体中文 (Simplified Chinese)")),
|
||||
("zh-hant", _("繁體中文 (Traditional Chinese)")),
|
||||
]
|
||||
|
|
Binary file not shown.
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 0.0.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-01-04 21:21+0000\n"
|
||||
"POT-Creation-Date: 2022-01-04 22:32+0000\n"
|
||||
"PO-Revision-Date: 2021-02-28 17:19-0800\n"
|
||||
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
|
||||
"Language-Team: English <LL@li.org>\n"
|
||||
|
@ -213,11 +213,11 @@ msgid "Lietuvių (Lithuanian)"
|
|||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:171
|
||||
msgid "Portug- Brasil uês (Portuguese)"
|
||||
msgid "Português do Brasil (Brazilian Portuguese)"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:172
|
||||
msgid "Português - Brasil (Brazilian Portuguese)"
|
||||
msgid "Português Europeu (European Portuguese)"
|
||||
msgstr ""
|
||||
|
||||
#: bookwyrm/settings.py:173
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue