Skip to content

Commit

Permalink
Android: restore .mo files for strings which are generated by Python …
Browse files Browse the repository at this point in the history
…code
  • Loading branch information
mhsmith committed Jun 8, 2021
1 parent c020816 commit 33a7b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -64,7 +64,7 @@ android {
python {
srcDir REPO_ROOT
include "electroncash/"
exclude "electroncash/locale/"
exclude "**/*.po", "**/*.pot" // The .mo files are used at runtime.
include "electroncash_gui/__init__.py"
include "electroncash_plugins/__init__.py"

Expand Down

0 comments on commit 33a7b28

Please sign in to comment.