mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 09:52:23 -06:00
15 lines
344 B
JavaScript
15 lines
344 B
JavaScript
/**
|
|
* 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')
|
|
]
|