mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
Add Portuguese Translation file
Support Portugues translation for PrivateBin by adding its corresponding file.
This commit is contained in:
parent
dd721c651b
commit
e59b58308d
2 changed files with 143 additions and 1 deletions
|
@ -353,7 +353,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
|
|||
* @prop {string[]}
|
||||
* @readonly
|
||||
*/
|
||||
supportedLanguages: ['de', 'es', 'fr', 'it', 'no', 'pl', 'oc', 'ru', 'sl', 'zh'],
|
||||
supportedLanguages: ['de', 'es', 'fr', 'it', 'no', 'pl', 'pt', 'oc', 'ru', 'sl', 'zh'],
|
||||
|
||||
/**
|
||||
* translate a string, alias for i18n.translate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue