mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added files and changes to portuguese(beta) translation
This commit is contained in:
3578
i18n/pt.json
Normal file
3578
i18n/pt.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1384,6 +1384,10 @@ export function languages() {
|
||||
{
|
||||
value: 'es',
|
||||
name: 'Español (Beta)'
|
||||
},
|
||||
{
|
||||
value: 'pt',
|
||||
name: 'Portugues (Beta)'
|
||||
}
|
||||
]
|
||||
);
|
||||
|
||||
1277
web/static/i18n/pt.json
Normal file
1277
web/static/i18n/pt.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -44,12 +44,14 @@
|
||||
<script src="/static/js/intl-1.0.0/Intl.js"></script>
|
||||
<script src="/static/js/intl-1.0.0/locale-data/jsonp/en.js"></script>
|
||||
<script src="/static/js/intl-1.0.0/locale-data/jsonp/es.js"></script>
|
||||
<script src="/static/js/intl-1.0.0/locale-data/jsonp/pt.js"></script>
|
||||
|
||||
<script src="/static/js/react-0.14.3.js"></script>
|
||||
<script src="/static/js/react-dom-0.14.3.js"></script>
|
||||
<script src="/static/js/react-intl-2.0.0-beta-2/react-intl.js"></script>
|
||||
<script src="/static/js/react-intl-2.0.0-beta-2/locale-data/en.js"></script>
|
||||
<script src="/static/js/react-intl-2.0.0-beta-2/locale-data/es.js"></script>
|
||||
<script src="/static/js/react-intl-2.0.0-beta-2/locale-data/pt.js"></script>
|
||||
<script src="/static/js/jquery-2.1.4.js"></script>
|
||||
<script src="/static/js/bootstrap-3.3.5.js"></script>
|
||||
<script src="/static/js/bootstrap-colorpicker.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user