-
I am writing my javascript code to be compiled against the Google Closure Compiler. The Closure Compiler is expecting me to annotate my functions' return value with "@return" rather than "@returns" (n…
-
The page where the translations are entered
## Definitions of key terminology
- **MESSAGE** is a string that is to be translated.
- **MESSAGE ID** is a string used to identify a certain message…
-
It is recommended that either some mechanism exists to disable the automatic pluralization of the PP or Module title, or that a separate field for a plural name be something that can be defined option…
-
```rust
#[enum_def]
pub struct User {
...
}
```
The above produced a `UserIden` enum whose `UserIden::Table` is `"user"` when converted to a string. Would be great if we had the option to pl…
-
1. Url pluralization
2. Remove Talk Description. What purpose does it serve?
3. Add Video player. When a video thumbnail is clicked, load the video into the player. This can be done easily with YouTu…
-
Some sentence in Transifex have only single or plural form of nouns.
But many languages has more than 2 forms of nouns. Only 2 forms makes localized text incorrect in some cases.
There is good expla…
-
**Describe the bug**
Im not able to generate translations using enums as params and pluralization.
```
"assetTypePlural(param=assetType)": {
"stock": {
"one": "{count} ação",
…
-
Our pluralization function (ngettext) is defined as follows (using [Python 3 type annotations](https://docs.python.org/3/library/typing.html)).
```python
def _p(
singular: str,
p…
-
- What is the conventional library for i18n of our Python applicatins?
- Is it possible / desirable to have the same solution (or at least a share core) for Vue.JS codebases? (TbD as well, see https:…
-
- What is the conventional library for i18n of our Vue.JS frontends?
- Is it possible / desirable to have the same solution (or at least a share core) for Python codebases? (TbD as well, see https://…