Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import latest string translations from Crowdin #4095

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ module.exports = function(locale) {
resolve(() => require('intl/locale-data/jsonp/fr-FR.js'));
});
});
case 'hi-in':
return new Promise(function(resolve) {
require.ensure(['intl/locale-data/jsonp/hi-IN.js'], function(require) {
resolve(() => require('intl/locale-data/jsonp/hi-IN.js'));
});
});
case 'pt-br':
return new Promise(function(resolve) {
require.ensure(['intl/locale-data/jsonp/pt-BR.js'], function(require) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = function() {
data.push(require('vue-intl/locale-data/en.js'));
data.push(require('vue-intl/locale-data/es.js'));
data.push(require('vue-intl/locale-data/fr.js'));
data.push(require('vue-intl/locale-data/hi.js'));
data.push(require('vue-intl/locale-data/pt.js'));
return data;
};
1 change: 1 addition & 0 deletions contentcuration/locale/ar/LC_MESSAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js
218 changes: 121 additions & 97 deletions contentcuration/locale/ar/LC_MESSAGES/contentcuration-messages.csv

Large diffs are not rendered by default.

84 changes: 45 additions & 39 deletions contentcuration/locale/ar/LC_MESSAGES/contentcuration-messages.json

Large diffs are not rendered by default.

711 changes: 126 additions & 585 deletions contentcuration/locale/ar/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contentcuration/locale/en/LC_MESSAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js
1,508 changes: 1,508 additions & 0 deletions contentcuration/locale/en/LC_MESSAGES/contentcuration-messages.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contentcuration/locale/es_ES/LC_MESSAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js
216 changes: 120 additions & 96 deletions contentcuration/locale/es_ES/LC_MESSAGES/contentcuration-messages.csv

Large diffs are not rendered by default.

Large diffs are not rendered by default.

773 changes: 139 additions & 634 deletions contentcuration/locale/es_ES/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contentcuration/locale/fr_FR/LC_MESSAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js
220 changes: 122 additions & 98 deletions contentcuration/locale/fr_FR/LC_MESSAGES/contentcuration-messages.csv

Large diffs are not rendered by default.

Large diffs are not rendered by default.

787 changes: 138 additions & 649 deletions contentcuration/locale/fr_FR/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contentcuration/locale/hi_IN/LC_MESSAGES/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The JSON messages files in this folder were generated by kolibri-tools csvToJSON.js
Loading