10 lines
229 B
TypeScript
10 lines
229 B
TypeScript
|
|
// Auto-generated by localeGenerator — do not edit manually.
|
||
|
|
|
||
|
|
import { Commands } from './commands/Commands.js';
|
||
|
|
|
||
|
|
export class Locales
|
||
|
|
{
|
||
|
|
static readonly greeting_txt = 'greeting.txt';
|
||
|
|
static readonly Commands = Commands;
|
||
|
|
}
|