mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-14 22:55:15 +01:00
b437684dbb
* Workflow to check translations for outdated data and missing strings * Run the workflow when checker changes too
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"name": "translation-checker",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ."
|
|
}
|
|
}
|