Commit Graph

26 Commits (255a75d847a243fc5bcb0c225262843b051a82b1)

Author SHA1 Message Date
Gordon Williams d4f1e7d3cb minor fixes for #952 2021-11-29 09:52:47 +00:00
Richard de Boer 6220a88d29 locale: Apply 12hour setting to time
Fixes #892
2021-11-26 21:29:58 +01:00
Gordon Williams 15ee6212b8 Fix en_IN speed, add NAV icons 2020-12-07 08:59:29 +00:00
Gordon Williams 8ad5d13516 Allow customised apps to be minified/pretokenised 2020-09-01 14:43:54 +01:00
Gordon Williams fe53d9e8b7 fix custom/interface after refactoring 2020-08-24 11:59:52 +01:00
Matjaz Lipus fd4e0ceea4 number format 2020-06-06 22:26:07 +02:00
Matjaz Lipus 4498cbb24b distance and speed use 1 decimal point for numbers less than 10 2020-06-06 13:49:52 +02:00
Matjaz Lipus 8a757d4e34 single var for dow, month 2020-06-06 13:01:55 +02:00
Matjaž Lipuš 9c68b8f6dd
DRY 2020-06-04 00:19:23 +02:00
Matjaz Lipus 689de1e2ed fixed meridian 2020-06-02 23:04:22 +02:00
Matjaz Lipus b5f0cc4851 skip division by 1 2020-06-02 23:00:32 +02:00
Matjaz Lipus ecb1ba8a00 space 2020-06-02 23:00:02 +02:00
Matjaz Lipus c601f75117 use local vars (less memory) 2020-06-02 22:59:38 +02:00
Matjaz Lipus df1caeacad use .slice() 2020-06-02 21:21:27 +02:00
Matjaz Lipus fc1cea0b6c fix variables leaks + shorter code 2020-06-02 13:10:35 +02:00
Matjaz Lipus d3b686e09a temperature sanity check is already done onload 2020-06-02 13:06:19 +02:00
Gordon Williams d9442f2fd0 locale: Improve handling of non-ASCII characters (fix #469) 2020-06-01 17:04:55 +01:00
Gordon Williams ea32401ba6 Locale 0.06: Remove translations if not required
Ensure 'on' is always supplied for translations
2020-04-09 08:57:06 +01:00
Gordon Williams b135c097cf Add unicode flags for Language 2020-04-03 08:16:42 +01:00
Gordon Williams 3cb109f487 0.05: Inline locale details - faster, less memory overhead
Add correct scaling for speed/distance/temperature
2020-04-02 14:16:54 +01:00
MaBecker a7a8e85c70 add function meridian 2020-03-26 08:43:54 +01:00
Gordon Williams a7109b4fbd Fix global 'locale' variable 2020-03-25 22:36:46 +00:00
Gordon Williams 755580f092 Fix locale.currencySym 2020-03-25 22:27:20 +00:00
Gordon Williams 18a9f2c71f Allow translate to work even if not given a string 2020-03-05 10:01:16 +00:00
Gordon Williams 0232fc00cc Translate now returns untranslated text if it can't find a translation 2020-03-05 09:23:50 +00:00
Gordon Williams e0ccfe82e7 Added locale loader courtesy of @MaBe's extremely hard work! (ref #105) 2020-03-04 16:42:44 +00:00