mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
I18n: Run psuedo when extracting phrases (#75811)
This commit is contained in:
parent
dcaad5b3fd
commit
8006dacf15
@ -46,7 +46,7 @@
|
||||
"watch": "yarn start -d watch,start core:start --watchTheme",
|
||||
"ci:test-frontend": "yarn run test:ci",
|
||||
"i18n:clean": "rimraf public/locales/en-US/grafana.json",
|
||||
"i18n:extract": "yarn run i18next -c public/locales/i18next-parser.config.js 'public/**/*.{tsx,ts}' 'packages/grafana-ui/**/*.{tsx,ts}'",
|
||||
"i18n:extract": "yarn run i18next -c public/locales/i18next-parser.config.js 'public/**/*.{tsx,ts}' 'packages/grafana-ui/**/*.{tsx,ts}' && yarn i18n:pseudo",
|
||||
"i18n:compile": "echo 'no i18n compile yet, all good'",
|
||||
"i18n:pseudo": "node ./public/locales/pseudo.js",
|
||||
"betterer": "betterer",
|
||||
|
@ -820,7 +820,7 @@
|
||||
"time-range-description": "Ŧřäʼnşƒőřmş ŧĥę čūřřęʼnŧ řęľäŧįvę ŧįmę řäʼnģę ŧő äʼn äþşőľūŧę ŧįmę řäʼnģę"
|
||||
},
|
||||
"export": {
|
||||
"back-button": "",
|
||||
"back-button": "ßäčĸ ŧő ęχpőřŧ čőʼnƒįģ",
|
||||
"cancel-button": "Cäʼnčęľ",
|
||||
"info-text": "Ēχpőřŧ ŧĥįş đäşĥþőäřđ.",
|
||||
"save-button": "Ŝävę ŧő ƒįľę",
|
||||
|
Loading…
Reference in New Issue
Block a user