Skip to content

Commit 6045a80

Browse files
authored
Merge pull request #4095 from bjester/upcoming-release-translations
Import latest string translations from Crowdin
2 parents 0acfc37 + d18de67 commit 6045a80

24 files changed

Lines changed: 3667 additions & 4061 deletions

contentcuration/contentcuration/frontend/shared/i18n/intl-locale-data.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ module.exports = function(locale) {
3434
resolve(() => require('intl/locale-data/jsonp/fr-FR.js'));
3535
});
3636
});
37+
case 'hi-in':
38+
return new Promise(function(resolve) {
39+
require.ensure(['intl/locale-data/jsonp/hi-IN.js'], function(require) {
40+
resolve(() => require('intl/locale-data/jsonp/hi-IN.js'));
41+
});
42+
});
3743
case 'pt-br':
3844
return new Promise(function(resolve) {
3945
require.ensure(['intl/locale-data/jsonp/pt-BR.js'], function(require) {

contentcuration/contentcuration/frontend/shared/i18n/vue-intl-locale-data.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = function() {
1414
data.push(require('vue-intl/locale-data/en.js'));
1515
data.push(require('vue-intl/locale-data/es.js'));
1616
data.push(require('vue-intl/locale-data/fr.js'));
17+
data.push(require('vue-intl/locale-data/hi.js'));
1718
data.push(require('vue-intl/locale-data/pt.js'));
1819
return data;
1920
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js

contentcuration/locale/ar/LC_MESSAGES/contentcuration-messages.csv

Lines changed: 121 additions & 97 deletions
Large diffs are not rendered by default.

contentcuration/locale/ar/LC_MESSAGES/contentcuration-messages.json

Lines changed: 45 additions & 39 deletions
Large diffs are not rendered by default.

contentcuration/locale/ar/LC_MESSAGES/django.po

Lines changed: 126 additions & 585 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js

contentcuration/locale/en/LC_MESSAGES/contentcuration-messages.json

Lines changed: 1508 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js

contentcuration/locale/es_ES/LC_MESSAGES/contentcuration-messages.csv

Lines changed: 120 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)