stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
13
node_modules/speech-rule-engine/mjs/l10n/locale.js
generated
vendored
Normal file
13
node_modules/speech-rule-engine/mjs/l10n/locale.js
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { ALPHABETS, FUNCTIONS, MESSAGES, NUMBERS, SUBISO } from './messages.js';
|
||||
export const LOCALE = createLocale();
|
||||
export function createLocale() {
|
||||
return {
|
||||
FUNCTIONS: FUNCTIONS(),
|
||||
MESSAGES: MESSAGES(),
|
||||
ALPHABETS: ALPHABETS(),
|
||||
NUMBERS: NUMBERS(),
|
||||
COMBINERS: {},
|
||||
CORRECTIONS: {},
|
||||
SUBISO: SUBISO()
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue