-
I was thinking about ng-pluralize and angular-localization in the case where we have a phrase that is translated into two languages with different number of plural modes.
E.g., in english, we just …
-
To do list for the
- [x] Total count for hours, minutes, seconds;
- [x] Weeks left #210;
- [x] Defer initialization #198;
- [x] Fix pluralization bug when return is zero #187;
- [x] ~~Support for cus…
-
habo = model.register('habo', habo);
==>
SELECT `habos` ....
habo = model.register('habos', habo);
==>
SELECT `habos` ....
habo = model.register('haboss', habo);
==>
SELECT `habosses` ....
-
The good news is that I am right now using Calyx in a real-world project. The bad news is that doing so means you quickly encounter edge cases...
Sometimes, your program has to generate sentences w…
tra38 updated
7 years ago
-
The `-us` ↔ `-i` forms come from Latin.
The word `octopus` is of Greek origin. It's Greek plural form is `octopodes`, but in English the word is commonly pluralized according to English rules: `oct…
-
**Issue by [tinganho](https://github.com/tinganho)**
_Monday Oct 20, 2014 at 11:46 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/9604_
----
Hi I have looked at your solution f…
-
This will be fixed in patch to Angular v.2.4.x when compiler `normalizeLoadedTemplate` line changes from `false` to `true`. Already fixed in v.4.x
Bad:
```
*/
DirectiveNormalizer.pr…
-
Why does .Net Framework erase Chinese and Macedonian?
https://github.com/microsoft/referencesource/blob/5697c29004a34d80acdaf5742d7e699022c64ecd/System/compmod/system/componentmodel/CultureInfoConv…
-
I am seeing key values coming with outdated values after pulling yml files after a push.
**To test this I created a test project**
this is my .phraseapp
```
phraseapp:
access_token: my-toke…
-
## Current Behavior
The `AnalyticsBadge` component in `link-details-column.tsx` shows "clicks" as the label regardless of the count value. For example, when there is only 1 click, it still displays…