Skip to content

bichlepa/lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lang

Make your AutoHotkey scripts multilingual!

Easy to use. It can be integrated very easy. To use translated strings, call lang(). Examples:

  • lang("Hello world")
  • lang("Yor name is %1%", A_UserName)

Screenshot

Translation tool

There is a translation tool included. This tool allows you and other contributors to create new translations.

TranslationTool

lang crawler

This tool automatically searches in your scripts for new lang() calls and adds them to the translation files. After changes in your code use it first, before you open the translation tool.

howto

Please see the introduction in the demonstration files.

About

Make your AutoHotkey scripts multilingual!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published