This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
how to generate files for translators? #1653
kabrachups
started this conversation in
General
Replies: 1 comment
-
The upcoming inlang CLI could be leveraged to extract translations from code https://github.com/inlang/inlang. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on Vue3 project and I want to generate files for translators to separate coding from translation. Something like we have in Django: "Django then provides utilities to extract the translation strings into a message file. This file is a convenient way for translators to provide the equivalent of the translation strings in the target language. Once the translators have filled in the message file, it must be compiled. This process relies on the GNU gettext toolset."
Beta Was this translation helpful? Give feedback.
All reactions