- Get the latest updates
Goto Setup
=>Update ERNext
and Click onGet Latest Updates
- Build the message files
- Open the shell
- Goto ERPNext install folder eg:
cd /var/www-data/erp
- Run this command on shell:
./lib/wnf.py --build-message-files
- Export you message lang_file: `eg: ./lib/wnf.py --export_message=en-US ~/erpnext_transation_en-US.csv
- Edit the file with the text editor that you prefer
- Import the message file
- On the ERPNext install folder run this command:
./lib/wnf.py --import-message=en-US ~/erpnext_translation_en-US.csv
- Contribute with the community
- Open a new Issue on github and send you translation file, to another peoples in the world
Often you will find markings in a sentence, which will seem strange, and will cause the phrase does not have a complete sense, something like:
<b>Didn't Save</b>
- It's is a HTML (Hipertext Marckup Language) marking, it's allow a good presentation of you text.
**Didn't Save**
- It's is a Markdown marking, it's as HTML, but is reduced and focused only in text writing texts.
Didn't Save the Doctype %s
- It's is a Python interpolation marking, is usually used to define a single point in the text to receive dynamic content and changeable.
Didn't %(action)s the Doctype %(docname)s
- It's is a Python formatation string marking, is usually used to define many points in the text to receive dynamic context and cangeable, all dynamic sections are always named. The section name is shown in brackets ()