-
Provide toolset for the i18n and l10n features.
## Main questions
- [x] how to store translations (locally)
- [x] consider this: http://stackoverflow.com/a/26056292/1115187 (and [overall list…
-
If the design requires the copy to say "this session" for 1 device and "these sessions" for other devices then we're supposed to use pluralization. However, the translated string only works on one of …
-
Hi I have looked at your solution for i18n. It seems like you only define a regular key-value store as an i18n solution with some interpolation option. So I guess you will run into problem when you wa…
-
Let's say there's 172 hours in a countdown (1 week and 4 hours.)
jQuery.countdown will display this as:
**1 week 0 day 4 hours**
but according to proper pluralization, this should be:
**1 we…
-
On some places is used text like "250 elements", but it should be plular string in that case.
Crowdin: https://crowdin.com/translate/asterics-grid/14/en-cs#1784
Current state: I'm not able to pr…
-
To make it simple, I am using part of the test file [`tests/backend/chain_test.rb`](https://github.com/ruby-i18n/i18n/blob/master/test/backend/chain_test.rb) to demonstrate the issue.
```ruby
# Fr…
QQism updated
3 years ago
-
I have a database with a table named `TimeZone`. I have disabled pluralization as it is undesired in my case. When I generate the DbContext, there is an ambiguous reference between `MyCustomNamespace…
-
I don't think it's very usable to make the table name change pluralization when adding an `edge()` vs adding an `edges()`. It seems okay in simple cases:
```
configs: defineEnt({})
.edges("foos…
-
Some support for `ngettext(Singular, Plural, Count)` + evaluator for pluralization rules from `Plural-Forms` .po header may be good thing.
```
Plural-Forms: nplurals=3; \
plural=n%10==1…
-
From https://sourceforge.net/p/aspell/patches/117/:
>The "pluralization" affix (flag S) isn't sufficiently
>comprehensive to handle English words ending in the letter
>"h". In general, only those…