mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-15 01:12:20 -04:00
a
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// check templates/config/installation/translations.html for more
|
||||
|
||||
export function translateString(str) {
|
||||
return window.TRANSLATION?.[str] ?? str;
|
||||
return window.TRANSLATION?.[str] || str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user