mirror of https://github.com/snachodog/mybuddy.git
Add Brazilian Portuguese translations
This commit is contained in:
parent
ab5bb66c8f
commit
a68deabdf0
|
@ -44,6 +44,8 @@ for information about how to create/update translations.
|
||||||
|
|
||||||
### Available languages
|
### Available languages
|
||||||
|
|
||||||
|
:brazil: Brazilian Portuguese
|
||||||
|
|
||||||
:es: Catalan
|
:es: Catalan
|
||||||
|
|
||||||
:cn: Chinese (simplified)
|
:cn: Chinese (simplified)
|
||||||
|
@ -72,7 +74,7 @@ for information about how to create/update translations.
|
||||||
|
|
||||||
:poland: Polish
|
:poland: Polish
|
||||||
|
|
||||||
:portugal: :brazil: Portuguese
|
:portugal: Portuguese
|
||||||
|
|
||||||
:ru: Russian
|
:ru: Russian
|
||||||
|
|
||||||
|
|
|
@ -176,6 +176,7 @@ LOCALE_PATHS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
|
("pt-BR", _("Brazilian Portuguese")),
|
||||||
("ca", _("Catalan")),
|
("ca", _("Catalan")),
|
||||||
("cs", _("Czech")),
|
("cs", _("Czech")),
|
||||||
("zh-hans", _("Chinese (simplified)")),
|
("zh-hans", _("Chinese (simplified)")),
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue