-
Implement internationalization on the backend project.[https://nestjs-i18n.com/](https://nestjs-i18n.com/)
-
Add https://huggingface.co/google/siglip-so400m-patch16-256-i18n. This is multilingual extension of siglip
-
It's worth building in i18n from the beginning everywhere you have a string that's visible to the user, so here, the `'Poem Details'` would be written as `__( 'Poem Details', 'poetwp' )`…
ns-rx updated
2 months ago
-
- [x] really start to use get_text assets
- [x] locale for API request context https://github.com/moeflow-com/moeflow-backend/pull/22
- [ ] locale for non-API context (celery task , scrips, logging et…
-
Suport for multiple languages.
Text to create new item is hardcoded english.
-
### What happened?
In my `main.ts` I did the following, according to the Valibot docs:
```ts
import * as v from 'valibot'
import '@valibot/i18n/de'
v.setGlobalConfig({ lang: 'de' })
```
I…
-
### 需要增强的组件/模块
PlusForm
### 描述
能否开一个非i18n版本?
### 额外留言(可选)
_No response_
-
Hi Richard
I found no other way to contact you for lv_i18n instead of opening an issue here, hoping that you read it.
You proposed to do a binary search for lv_i18n. This is now possible, as the…
-
### Description
When you switch language in Superset, some charts still have untranslated buttons.
For example Pie chart has 'All' and 'Inv' buttons, that are always on English.
### Supporting …
-
I18N encourages the use of the [I18N glossary](https://www.w3.org/TR/i18n-glossary) for linking common terminology in specs vs. having to clone the definition locally (with all of the maintenance head…