add dictionary.js

This commit is contained in:
JanAckermann
2021-05-03 10:20:32 +02:00
parent 14ac8e5748
commit 115f03df43
5 changed files with 42 additions and 35 deletions
+14
View File
@@ -0,0 +1,14 @@
/**
* This file contains strings that should be synced to transifex but not exist in the UI directly,
* moreover, they get loaded for example by API requests
*/
// just a dummy function to trick gettext tools
function $gettext (msg) {
return msg
}
// eslint-disable-next-line no-unused-vars
const dictionary = [
$gettext('Language')
]