Added files and changes to portuguese(beta) translation

This commit is contained in:
Rodrigo Corsi
2016-02-26 11:19:55 -03:00
parent 42c78959a4
commit 8a5a2fdf97
4 changed files with 4861 additions and 0 deletions

3578
i18n/pt.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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>