Skip to content

Commit

Permalink
add asset for Croatian and #95
Browse files Browse the repository at this point in the history
Updated with reactioncommerce/reaction-core#95
  • Loading branch information
aaronjudd committed Feb 19, 2015
1 parent 8f21bef commit 453f687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/reaction-core/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ Package.onUse(function (api) {
api.addFiles('private/data/i18n/en.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/es.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/fr.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/hr.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/he.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/it.json', 'server', {isAsset: true});
api.addFiles('private/data/i18n/my.json', 'server', {isAsset: true});
Expand Down
5 changes: 5 additions & 0 deletions packages/reaction-core/private/data/Shops.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,11 @@
"i18n": "he",
"enabled": true
},
{
"label": "Hrvatski",
"i18n": "hr",
"enabled": true
},
{
"label": "မြန်မာဘာသာ",
"i18n": "my",
Expand Down
4 changes: 1 addition & 3 deletions packages/reaction-core/private/data/i18n/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
{
"language": "Croatian",
"i18n": "hr",
"entryText": "Hrvatski",
"translation": {
"core": {
"languages": {
"select": "Odaberite jezik",
"croatian": "Hrvatski",
"select": "Odaberite jezik"
},
"app": {
"saveAndContinue": "Spremi i nastavi",
Expand Down

0 comments on commit 453f687

Please sign in to comment.