mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 08:32:23 +02:00
add language file preparation script
This commit is contained in:
parent
ad38e61c26
commit
923d325b44
@ -46,7 +46,9 @@ for (const file of files) {
|
||||
obj = lang.default;
|
||||
} else {
|
||||
console.log("empty file");
|
||||
obj = {};
|
||||
obj = {
|
||||
languageName: "<Your Language name in your language (not in English)>"
|
||||
};
|
||||
}
|
||||
|
||||
// En first
|
||||
|
Loading…
Reference in New Issue
Block a user