Skip to content

meirzamoodle/mdk-script_lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

mdk-script_lang

How to install:

  1. 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
  2. Edit the commands/__init__.py and add 'lang' to the commandsList list, you can put it after 'js'.
  3. Done

How to use:

Add new string identifier

mdk lang add newstringid -d "the newstringid description" lang.php

Sort the existing string identifiers in a file

mdk lang sort lang.php

Review the modified language string on the pull branch

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages