mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 11:48:56 +00:00
13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
|
'use strict';
|
||
|
|
||
|
if (!window.i18n) {
|
||
|
window.i18n = {};
|
||
|
}
|
||
|
|
||
|
if (!window.i18n.languages) {
|
||
|
window.i18n.languages = {};
|
||
|
}
|
||
|
|
||
|
window.i18n.languages['{{name}}'] = {
|
||
|
// write your key value pairs here
|
||
|
};
|