developertools-tech / developertools-tech/developertools.tech

[Req]: [i18n] Plurals

オープン
#124 コメント 2 件 リアクション 0 件 担当者 1 名 @ivanignatiev が担当を希望しています GitHub で見る
feature request hacktoberfest in progress
主要言語
TypeScript
スター
41
フォーク
44
PR マージ指標
30日以内にマージされた PR はありません

説明

### Contact Details

_No response_

### Explain the proposed feature

That is not critical but some words require to use [i18n plurals](https: //www.i18next.com/translation-function/plurals), so `t` calls need to be improved, i.e. for `t('across`)`:

```
...
"across_one": "{{count}} Розтин",
"across_two": "{{count}} Розтину",
"across_few": "{{count}} Розтинів",
"across_many": "{{count}} Розтинів",
"across_other": "{{count}} Розтинів",
...
t('across`, { count: c })
```

I prefer to create a separate issue as it will require more difficult review than just adding a language.

### Explain the possible use cases for the feature

_No response_

### Any other details you would like to provide?

_No response_

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。