diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 08:00:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 08:00:07 +0000 |
commit | 71b1940231738aac70ede9ecb211614eae8873aa (patch) | |
tree | d42a8e658862d9e2c3d2ec144394170bc321f5a0 /content/locales.js | |
parent | Initial commit. (diff) | |
download | eas4tbsync-upstream/4.7.tar.xz eas4tbsync-upstream/4.7.zip |
Adding upstream version 4.7.upstream/4.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'content/locales.js')
-rw-r--r-- | content/locales.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/locales.js b/content/locales.js new file mode 100644 index 0000000..7bc8b43 --- /dev/null +++ b/content/locales.js @@ -0,0 +1,3 @@ +var { TbSync } = ChromeUtils.import("chrome://tbsync/content/tbsync.jsm"); + +TbSync.localizeOnLoad(window, "eas"); |