Skip to content

Commit

Permalink
Merge pull request #11 from involvestecnologia/i18n/locale-fr
Browse files Browse the repository at this point in the history
adicionando a localidade fr da França
  • Loading branch information
espsouza committed Jan 4, 2022
2 parents b774d94 + 299cae2 commit 88fdb30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require('fs');

const SERVICE_PREFIX = 'https://localise.biz/api/export/locale';
const TYPES = ['json', 'properties'];
const LOCALES = [ { global: 'en', local:'en_US' }, { global: 'pt', local: 'pt_BR' }, { global: 'es', local: 'es_AR' }];
const LOCALES = [ { global: 'en', local:'en_US' }, { global: 'pt', local: 'pt_BR' }, { global: 'fr', local: 'fr_FR' },{ global: 'es', local: 'es_AR' }];
const KEY = process.env.LOCO_HTML_KEY;
const FORMAT='script';

Expand Down
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88fdb30

Please sign in to comment.