mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
feat: add --removeUnused flag to extract translations
This commit is contained in:
5
common/translations-cli/constants.js
Normal file
5
common/translations-cli/constants.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const defaultLanguage = 'en-US';
|
||||
|
||||
module.exports = {
|
||||
defaultLanguage,
|
||||
};
|
||||
Reference in New Issue
Block a user