Russian i18n for UI and README#1380
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@vladimir-vg is attempting to deploy a commit to the Different AI Team on Vercel. A member of the Team first needs to authorize it. |
|
The following comment was made by an LLM, it may be inaccurate: |
apps/app/src/i18n/locales/ru.ts
Outdated
|
|
||
| export default { | ||
| "dashboard.title": "Панель управления", | ||
| "dashboard.sessions": "Сессии", |
There was a problem hiding this comment.
Indents look strange here. Should try to match the standards of the other files.
apps/app/src/i18n/locales/ru.ts
Outdated
| @@ -0,0 +1,2724 @@ | |||
| /** | |||
| * Russian translations | |||
| * Professional terms (Skills, Plugins, Commands, Sessions, OpenCode, OpenPackage, OpenWork) are NOT translated | |||
There was a problem hiding this comment.
This comment is meant to be a glossary for consistent term usage in Russian, for example "Skill" should be the Russian word for "навык" if that is more understandable to Russian speakers.
README_JA.md
Outdated
| [](https://discord.gg/VEhNQXxYMB) | ||
|
|
||
| [English](./README.md) | [简体中文](./README_ZH.md) | [繁體中文](./README_ZH_hk.md) | 日本語 | ||
| [English](./README.md) | [Русский](./README_RU.md) | [简体中文](./README_ZH.md) | [繁體中文](./README_ZH_hk.md) | 日本語 |
There was a problem hiding this comment.
I think we should get rid of these silly links, and just say "Other language readmes here: ___"
There was a problem hiding this comment.
I am not sure how exactly you want it to look. Just removed them, to keep it simple.
|
@jcllobet @benjaminshafii please hold off on this one. I will do some work to support Slavic plurals correctly, and I'm doing an overall cleanup on the I18n keys. By the way, what do you think about switching to I18next? It would be a drop-in replacement, and would give us nice pluralization functionality for free. It's only about 11KB minified. |
|
@johnnyshields you got it! Centralized translated readmes #1407 Also, let us know how this would work with your latest PR |
Russian translations for UI and README.
Generated with AI and reviewed by human eye with native language knowledge. Mostly quite good.