diff options
| author | MiWCryptAnalytics <MiWCryptAnalytics@gmail.com> | 2017-02-18 14:04:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-18 14:04:12 -0500 |
| commit | f33a8247082189527f4d5a06e6bd337a3a09155e (patch) | |
| tree | 0b7028cc698b69ed8b7a88ecc09e526bf68f7eaf | |
| parent | c6688dc876d4ab8e0cea6f34f4607bf3be9a3648 (diff) | |
| download | monzero-gui-f33a8247082189527f4d5a06e6bd337a3a09155e.tar.gz monzero-gui-f33a8247082189527f4d5a06e6bd337a3a09155e.tar.xz monzero-gui-f33a8247082189527f4d5a06e6bd337a3a09155e.zip | |
potential fix Parse error monero-core_de.ts:500:59:
Error during build:
/usr/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_de.ts -qm /x/monero-core/build/release/bin/translations/monero-core_de.qm
lrelease error: Parse error at ../translations/monero-core_de.ts:500:59: Expected '#' or '[a-zA-Z]', but got '%'.
Appears to be a typo in german translation file. Removing character builds this stage OK
| -rw-r--r-- | translations/monero-core_de.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/monero-core_de.ts b/translations/monero-core_de.ts index c9ce5894..e1dfe078 100644 --- a/translations/monero-core_de.ts +++ b/translations/monero-core_de.ts @@ -497,7 +497,7 @@ <message> <location filename="../pages/Receive.qml" line="129"/> <source>%2 confirmations: %3 (%1)</source> - <translation type="unfinished">%2 Bestätigungen: &%3 (%1)</translation> + <translation type="unfinished">%2 Bestätigungen: %3 (%1)</translation> </message> <message> <location filename="../pages/Receive.qml" line="131"/> |
