public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Translations update from Weblate (#5460)
* [Web] Added lang.pt-br.json Co-authored-by: Peter <[email protected]> * Add pt-br in vars.inc.php --------- Co-authored-by: Peter <[email protected]>
8a70cdb4
data/web/inc/vars.inc.php | 1 +
data/web/lang/lang.pt-br.json | 1 +
2 files changed, 2 insertions(+)
create mode 100644 data/web/lang/lang.pt-br.json
Diff
diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php
index 3f726934..392b0d49 100644
--- a/data/web/inc/vars.inc.php
+++ b/data/web/inc/vars.inc.php
@@ -97,6 +97,7 @@ $AVAILABLE_LANGUAGES = array(
'lv-lv' => 'latviešu (Latvian)',
'nl-nl' => 'Nederlands (Dutch)',
'pl-pl' => 'Język Polski (Polish)',
+ 'pt-br' => 'Português brasileiro (Brazilian Portuguese)',
'pt-pt' => 'Português (Portuguese)',
'ro-ro' => 'Română (Romanian)',
'ru-ru' => 'Pусский (Russian)',
diff --git a/data/web/lang/lang.pt-br.json b/data/web/lang/lang.pt-br.json
new file mode 100644
index 00000000..0967ef42
--- /dev/null
+++ b/data/web/lang/lang.pt-br.json
@@ -0,0 +1 @@
+{}