mirror of
https://github.com/grafana/grafana.git
synced 2026-08-03 10:03:15 -05:00
* Chore: Remove MSSQL from core * Chore: Remove MSSQL dev dashboard test data * Chore: Update plugin count in tests * Chore: Lint * Chore: Run make update-workspace
25 lines
882 B
YAML
25 lines
882 B
YAML
# The following are pulled from env variables
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
|
|
preserve_hierarchy: true
|
|
files: [
|
|
{
|
|
"source": "public/locales/en-US/grafana.json",
|
|
"translation": "public/locales/%locale%/%original_file_name%",
|
|
"type": "i18next_json",
|
|
},
|
|
{
|
|
"source": "public/app/plugins/datasource/azuremonitor/locales/en-US/grafana-azure-monitor-datasource.json",
|
|
"translation": "public/app/plugins/datasource/azuremonitor/locales/%locale%/%original_file_name%",
|
|
"type": "i18next_json",
|
|
"dest": "plugins/azuremonitor/en-US/%original_file_name%"
|
|
},
|
|
{
|
|
"source": "packages/grafana-sql/src/locales/en-US/grafana-sql.json",
|
|
"translation": "packages/grafana-sql/src/locales/%locale%/%original_file_name%",
|
|
"type": "i18next_json",
|
|
"dest": "packages/grafana-sql/en-US/%original_file_name%"
|
|
},
|
|
]
|