Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <thomas-schmid@gmx.net>2017-12-26 00:42:04 +0300
committerThomas Schmid <thomas-schmid@gmx.net>2017-12-26 00:42:04 +0300
commitdeab3861f4bebb93e932ddcaea57257151db44a7 (patch)
tree357a0685b5373174babad4f8ebacf7ad92f0535f /BUILD.md
parent59ba5b0c23271c4dd247c12b3c2283872c37667f (diff)
Add information how to test locales
Diffstat (limited to 'BUILD.md')
-rwxr-xr-xBUILD.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 7b156064..6b80dd34 100755
--- a/BUILD.md
+++ b/BUILD.md
@@ -41,6 +41,8 @@ Finally start gulp in watch mode. This means when you change something within th
In case you need to debug the addon use the Developer Toolbox which is build into Thunderbird you can find it `Tools -> Developer Tools -> Developer Toolbox`.
+In order to [test the localisation](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Internationalization#Testing_out_your_extension), just go about:config or edit prefs.js. Then add the following line `user_pref("general.useragent.locale", "fr-FR");` to change the locale to French. Search for `intl.locale.matchOS` and double click the preference so that it is set to false .
+
# Developing the App
Developing the app very similar to the addon. As first step you need to package everything: