Skip to content

Commit

Permalink
Release 0.0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed May 7, 2024
1 parent ef95240 commit 1ae9aee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2024-05-07 Mike FABIAN <[email protected]>

* Fix syntax error in a keyboard layout name for th
(Resolves: https://github.com/mike-fabian/langtable/issues/21xs)
* Add mdf
* Use “in(eng)” keyboard layout instead of “us” for BD to get AltGr enabled
* Get translation changes from CLDR
* Add option to include changed translations as well to the script getting translations from CLDR
* Add reference to the the PyPI package to the README.md.
And add a README.html and README generated from the README.md.
* Make test outputs somewhat more verbose, even when all tests pass
(Resolves: https://github.com/mike-fabian/langtable/pull/20).
Thanks to Sebastian <[email protected]> for the pull request.
* Fix Makefile twine-upload target for new authentification

2024-02-08 Mike FABIAN <[email protected]>

* Add wuu, tok, glk, gbm, ssy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# within the egg directory easily:
zip_safe=False,
name='langtable',
version='0.0.65',
version='0.0.66',
packages=setuptools.find_packages(),
description='guess reasonable defaults for locale, keyboard, territory, ...',
long_description=codecs.open('README.md', encoding='UTF-8').read(),
Expand Down

0 comments on commit 1ae9aee

Please sign in to comment.