0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
By mickut: Better sudoku text drawing More... over 19 years ago
By mickut: Fix wrong --help output in doc string More... over 19 years ago
By mickut: Fix typo in load_numbers documentation string More... over 19 years ago
Uncomment blank lines More... over 19 years ago
Use <code></code> for l10n commands More... over 19 years ago
Added how to update a translation More... over 19 years ago
Add --check options to check untranslated strings More... over 19 years ago
Update already created translations in l10n.py --update More... over 19 years ago
Remove --language from XGETTEXT (passed as argument) More... over 19 years ago
Remove --from-code=UTF-8 from command, not used in python files More... over 19 years ago
Add a blank line before the end of a multiple line documentation string in forgotten cases (http://www.python.org/doc/essays/styleguide.html) More... over 19 years ago
Expand "dir" to "directory" More... over 19 years ago
Add translations HTML version More... over 19 years ago
Change title More... over 19 years ago
Add "- " in each line More... over 19 years ago
Split long lines More... over 19 years ago
Move TRANSLATIONS from po/ to doc/ More... over 19 years ago
Add galician translation More... over 19 years ago
Fix wrong identation in last commit More... over 19 years ago
Add i18n support to Changelog and remove it from TODO More... over 19 years ago
Ignore po/pythonsudoku.pot in CVS, it's a derivated work (l10n --update) and must be only present in releases More... over 19 years ago
Ignore changes in locale/ directory More... over 19 years ago
Add a note for translator for how to do translations More... over 19 years ago
Add l10n.py, a script for update/install new translations More... over 19 years ago
Make output text translatable More... over 19 years ago
Starting i18n support: Make _() available More... over 19 years ago
Fix comand line help menssages More... over 19 years ago
Fix typo in command line help text More... over 19 years ago
Put imports of standard modules together at the beginning and then the imports of Python Sudoku modules together. More... over 19 years ago
Fix strange char in "3x3" in Info["whatis"] string More... over 19 years ago