Skip to content

Commit

Permalink
Async - Swedish translation added (#295)
Browse files Browse the repository at this point in the history
* Create se.json

Adding Swedish translations

* Update Gruntfile.js

Adding Swedish translation

* Update utils.i18n.js

More Swedish

* Update utils.gym.js

Adding Shadow eggs
  • Loading branch information
Axiangel authored Sep 1, 2023
1 parent 03e0282 commit b1c4c71
Show file tree
Hide file tree
Showing 3 changed files with 1,838 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ module.exports = function (grunt) {
'static/dist/locales/ko.min.json': 'static/locales/ko.json',
'static/dist/locales/pt_br.min.json': 'static/locales/pt_br.json',
'static/dist/locales/ru.min.json': 'static/locales/ru.json',
'static/dist/locales/se.min.json': 'static/locales/se.json',
'static/dist/locales/zh_cn.min.json': 'static/locales/zh_cn.json',
'static/dist/locales/zh_tw.min.json': 'static/locales/zh_tw.json',
'static/dist/locales/zh_hk.min.json': 'static/locales/zh_hk.json'
Expand Down
1 change: 1 addition & 0 deletions static/js/utils/utils.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const dataTablesLocFileName = {
ko: 'Korean.json',
pt_br: 'Portuguese-Brasil.json',
ru: 'Russian.json',
se: 'Swedish.json',
zh_cn: 'Chinese.json',
zh_hk: 'Chinese-traditional.json',
zh_tw: 'Chinese-traditional.json'
Expand Down
Loading

0 comments on commit b1c4c71

Please sign in to comment.