10 lines
282 B
TypeScript
10 lines
282 B
TypeScript
|
|
// Auto-generated by localeGenerator — do not edit manually.
|
||
|
|
export class Locales {
|
||
|
|
static greeting_txt = "greeting.txt";
|
||
|
|
static commands = new class {
|
||
|
|
static fileTreeCommands = new class {
|
||
|
|
addFile_txt = "commands/file-tree-commands/add-file.txt";
|
||
|
|
}();
|
||
|
|
}();
|
||
|
|
}
|