Skip to content

3447558258

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 19:52
· 341 commits to master since this release
d0e582a
More specific loading of the localized tutorial (#285)

* More specific loading of the localized tutorial

First try and load the file ending with the five-letter canonical form of the current locale name, e.g. `tutorial-pt_BR.cts`.
Failing that, try and load the file ending with the two-letter canonical form of the current locale name, e.g. `tutorial-pt.cts`.
Failing that, just load `tutorial.cts`, and be done with it.

* Make `LoadTut()` work when `lang` is empty