make contributions of translations easier #12
Replies: 0 comments 9 replies
-
On the one hand, the mechanics of inlang is interesting and useful, but on the other hand, we will face many problems starting with the number of supported localizations - at the moment we have 78 of them. Also, the other day we implemented a machine translation mechanism using Google Translate for untranslated keys. After that, anyone can easily translate any of the languages. Another problem that an inlang project can face is line volume. The Laravel Lang project can support multiple versions of each package at the same time, so the final file has a fairly large volume of keys. For example locales/af/json.json. This file currently contains 1100 translation keys. In addition, if a referent is assigned to one of the localizations, then the review code is assigned to it, because this person knows the language and can determine the correct application of grammar. When a person proposes a large enough amount of corrections, we can invite him to join our team. In the case of the inlang project, this behavior can be corrected, but how then will key translations come to the Laravel Lang project to pass the code review? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
You built a lot of tooling like auto-translations, etc. yourself. Inspiring to see as the project I maintain, inlang/inlang, strives to bring such tooling to everyone.
I am wondering whether the current state of inlang could already be of use for laravel. Contributors seem to be required to manually edit files or discussion are used to contribute translations https://github.com/Laravel-Lang/lang/discussions/1421. I could write a plugin that provides contributors with a UI for the translations in this repository, see https://inlang.com/editor/github.com/inlang/example for example.
There would be no overhead of maintainers or contributors as inlang is built on git. No accounts (login with GitHub), no sync, no pipelines are required. Contributions open a PR. More tools like the one you built in this repo will be part of inlang soon.
Would an UI over the translations in this repo be of benefit to the laravel community?
Beta Was this translation helpful? Give feedback.
All reactions