- Put the
commands/lang.py
to where the original code of mdk python is installed. for example:/home/you/.local/lib/python3.10/site-packages/mdk/commands
- Edit the
commands/__init__.py
and add'lang'
to the commandsList list, you can put it after'js'
. - Done
mdk lang add newstringid -d "the newstringid description" lang.php
mdk lang sort lang.php
To use "review" action, developer must pull a patch with testing mode mdk pull <mdl> -t"
and then use the below command:
mdk lang review