Skip to content

Commit

Permalink
Merge pull request #51 from creative-commoners/pulls/4/tx-1678080036
Browse files Browse the repository at this point in the history
ENH Update translations
  • Loading branch information
GuySartorelli authored Mar 7, 2023
2 parents dcafbfa + 7bd4d3f commit 2350dd4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
9 changes: 5 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[main]
host = https://www.transifex.com

[silverstripe-security-extensions.master]
[o:silverstripe:p:silverstripe-security-extensions:r:master]
file_filter = lang/<lang>.yml
source_file = lang/en.yml
source_lang = en
type = YML
type = YML

[silverstripe-security-extensions.master-js]
[o:silverstripe:p:silverstripe-security-extensions:r:master-js]
file_filter = client/lang/src/<lang>.json
source_file = client/lang/src/en.json
source_lang = en
type = KEYVALUEJSON
type = KEYVALUEJSON

4 changes: 2 additions & 2 deletions client/lang/da.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/da.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/da.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
4 changes: 2 additions & 2 deletions client/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/en.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/en.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
4 changes: 2 additions & 2 deletions client/lang/eo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/eo.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/eo.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
4 changes: 2 additions & 2 deletions client/lang/nl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/nl.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/nl.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
4 changes: 2 additions & 2 deletions client/lang/sl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/sl.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/sl.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down
4 changes: 2 additions & 2 deletions client/lang/sv.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file was generated by silverstripe/cow from client/lang/src/sv.json.
// See https://github.com/silverstripe/cow for details
// This file was generated by silverstripe/tx-translator from client/lang/src/sv.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
Expand Down

0 comments on commit 2350dd4

Please sign in to comment.