Skip to content

Commit

Permalink
Add screenshots to readme
Browse files Browse the repository at this point in the history
Expand wxWidgets instructions
  • Loading branch information
Blake-Madden committed Sep 16, 2024
1 parent 4daca42 commit a4647c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
i18n-check
=============================

Internationalization & localization analysis system for C++ code.
Internationalization & localization analysis system for C++ code, *gettext* catalogs, and Windows RC files.

`i18n-check` is a command-line utility that scans a folder of C++ code and checks for the following issues:
![](main-window.png)

![](options-dialog-source.png)

![](options-dialog-resources.png)

`i18n-check` is a command-line utility and graphical interface that scans a folder of files and checks for the following issues:
- Strings exposed for translation¹ that probably should not be. This includes (but not limited to):
- Filenames
- Strings only containing `printf()` commands
Expand Down Expand Up @@ -217,6 +223,7 @@ Download [wxWidgets](https://github.com/wxWidgets/wxWidgets), placing it at the
git clone https://github.com/wxWidgets/wxWidgets.git --recurse-submodules
```

Build wxWidgets with the defaults, expect `wxBUILD_SHARED` should be set to "OFF".
Refer [here](https://github.com/wxWidgets/wxWidgets/blob/master/README-GIT.md) for how to build wxWidgets.

After building wxWidgets, `ii18n-gui` can be configured and built with *Cmake*.
Expand Down
Binary file added main-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added options-dialog-resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added options-dialog-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a4647c6

Please sign in to comment.