diff options
| author | mithrandi@311efa1b2b5c4999c2edae7da06fb825899e8a82 <mithrandi@web> | 2016-03-06 00:29:40 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2016-03-06 00:29:40 +0000 |
| commit | 0cba86b5cbde5c24e55124ad802481b2fe005566 (patch) | |
| tree | 2d1b356102551aea60dfab7e06868afddd6dcd59 | |
| parent | 78aaf8cfca51d5a137360fa4b3a11ca6afdb6e20 (diff) | |
| -rw-r--r-- | doc/forum/Locales_always_generated.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/Locales_always_generated.mdwn b/doc/forum/Locales_always_generated.mdwn index 83fd5de2..769cbad0 100644 --- a/doc/forum/Locales_always_generated.mdwn +++ b/doc/forum/Locales_always_generated.mdwn @@ -1,5 +1,6 @@ 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 @@ -12,5 +13,6 @@ Generating locales (this might take a while)... 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? |
