mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-05 17:29:39 -06:00
fix: key
This commit is contained in:
2
.github/scripts/download-translations.js
vendored
2
.github/scripts/download-translations.js
vendored
@@ -7,7 +7,7 @@ import { fileURLToPath } from 'url';
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
||||
// POEditor API information
|
||||
const API_TOKEN = process.env.POEDITOR_API_TOKEN;
|
||||
const API_TOKEN = process.env.POEDITOR_API;
|
||||
const PROJECT_ID = process.env.POEDITOR_PROJECT_ID;
|
||||
const LANGUAGES = (process.env.LANGUAGES || 'tr,en').split(',');
|
||||
const EXPORT_FORMAT = process.env.EXPORT_FORMAT || 'key_value_json';
|
||||
|
||||
2
.github/workflows/README.md
vendored
2
.github/workflows/README.md
vendored
@@ -22,7 +22,7 @@ You can add these secrets in the "Settings > Secrets and variables > Actions" se
|
||||
|
||||
When running the workflow manually, you can specify which languages to download. Languages should be entered as comma-separated values (e.g., `tr,gb,es`).
|
||||
|
||||
If you don't specify any languages, the default languages `tr` and `gb` will be downloaded.
|
||||
If you don't specify any languages, the default languages `tr` and `en` will be downloaded.
|
||||
|
||||
## Output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user