miniPaint/tools/translator/config.php
2017-12-03 23:58:23 +02:00

30 lines
560 B
PHP

<?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 = [
'de',
'es',
'fr',
'it',
'ja',
'ko',
'lt',
'pt',
'ru',
'tr',
'zh',
];
$LANG_DIR = __DIR__ . '/../../src/js/languages/';
$LANG_DIR_EMPTY = __DIR__ . '/../../src/js/languages/empty.json'; //leave empty to skip