miniPaint/tools/translator/config.php

33 lines
580 B
PHP
Raw Permalink Normal View History

2017-12-03 21:58:23 +00:00
<?php
$SOURCE_DIRS = [
__DIR__ . '/../../index.html',
__DIR__ . '/../../src/js/core/',
__DIR__ . '/../../src/js/modules/',
__DIR__ . '/../../src/js/tools/',
__DIR__ . '/../../src/js/config.js',
__DIR__ . '/../../src/js/config-menu.js',
__DIR__ . '/../../src/js/main.js',
__DIR__ . '/../../src/js/libs/popup.js',
];
$LANGUAGES = [
2021-02-14 16:32:02 +00:00
'ar',
2017-12-03 21:58:23 +00:00
'de',
'es',
'fr',
'it',
'ja',
'ko',
'lt',
'pt',
'ru',
'tr',
2021-02-14 16:32:02 +00:00
'zh',
2021-04-24 14:17:38 +00:00
'el',
2023-12-01 12:31:08 +00:00
'nl',
2017-12-03 21:58:23 +00:00
];
$LANG_DIR = __DIR__ . '/../../src/js/languages/';
$LANG_DIR_EMPTY = __DIR__ . '/../../src/js/languages/empty.json'; //leave empty to skip