Dears, I was just about to update a translation in System Settings Doctype but was not able to find the translation *.csv in the frappe/frappe repo as I was used to.
Please let me know where and how I can add translations to the core. Thank you.
Hereās the PR that introduced this, with further info in the description:
If you find it more comfortable to translate directly in the ERPNext/Frappe UI, thereās In-Context Translation. In order to use this, you have to enable the Language āIn-Context Translationā / āeoā, select this for your current user and use the modal to log into your Crowdin account.
@rmeyer Would this work for .tsx files (React apps) as well? Iāve added translation functions in my React app, but Iām not sure if the PO files will get generated for those strings. They are wrapped as __(āStringā) in the app.
As today you and others using in Hungarian language, if ever want, is almost all my work, I just want to keep it updated.
Is it possible to add Hungarian and put me editor + approval ?
Yes, in principle strings can be extracted from any file type. Check frappeās babel_extractors.csv, which maps file paths to extractor functions. Youāll have to add one for .tsx. This can either be a real .tsx parser or you can use the existing pattern matcher for html-like templates (Jinja, JS Microtemplates).
So, for example, youād create [app]/babel_extractors.csv and add the following line:
This has some limitations compared to a real parser: backticks as quotes, the context parameter and translation statements formatted over multiple lines might not work as expected.
Hey guys, believe it or not, this might be one of the most critical things to get right with frappe / erpnext, specially in the website / frontend part.
Iām still wondering how can we translate the following in a webshop:
Categories
Attributes
Variants
Products / Items
Prev & Next ( Switch Page Buttons )
Are there any solutions yet for dynamic variables?
How can I keep my custom translations when upgrading? For example, it is essential to retain the translations I have completed when translations on Crowdin have not been merged in a timely manner or when there is a need for personalization.