mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Typo
This commit is contained in:
2
.github/workflows/update_locales.yml
vendored
2
.github/workflows/update_locales.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
python-version: '10.x'
|
||||
- name: Fetch changes from Tabula
|
||||
run: |
|
||||
format_script=""let obj = JSON.parse(process.argv[1]); JSON.stringify(obj, Object.keys(obj).sort(), 4);"
|
||||
format_script="let obj = JSON.parse(process.argv[1]); JSON.stringify(obj, Object.keys(obj).sort(), 4);"
|
||||
node -p "$format_script" "$(curl 'https://tabulas.herokuapp.com/api/loot-table/en/')" > "locales/en.json"
|
||||
node -p "$format_script" "$(curl 'https://tabulas.herokuapp.com/api/loot-table/ru/')" > "locales/ru.json"
|
||||
node -p "$format_script" "$(curl 'https://tabulas.herokuapp.com/api/loot-table/zh-CN/')" > "locales/zh-CN.json"
|
||||
|
||||
Reference in New Issue
Block a user