summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a822016-03-06 00:26:33 +0000
committeradmin2016-03-06 00:26:33 +0000
commit78aaf8cfca51d5a137360fa4b3a11ca6afdb6e20 (patch)
treecf29bd1522cab65d2f634a2327966facdce7da72 /doc
parentd3504da8209ce2d2c9da9507a72252516a2a901f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Locales_always_generated.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Locales_always_generated.mdwn b/doc/forum/Locales_always_generated.mdwn
new file mode 100644
index 00000000..83fd5de2
--- /dev/null
+++ b/doc/forum/Locales_always_generated.mdwn
@@ -0,0 +1,16 @@
+I'm using the `Locale.available` property, and it seems the locales are always generated:
+
+Generating locales (this might take a while)...
+ en_GB.UTF-8... done
+ en_US.UTF-8... done
+ en_ZA.UTF-8... done
+Generation complete.
+onyx.fusionapp.com en_ZA.UTF-8 locale generated ... done
+Generating locales (this might take a while)...
+ en_GB.UTF-8... done
+ en_US.UTF-8... done
+ en_ZA.UTF-8... done
+Generation complete.
+onyx.fusionapp.com en_US.UTF-8 locale generated ... done
+
+I inspected the definition of the property, but I'm not sure where the bug is. Should `fileProperty` with identical contents be causing `onChange` to trigger?