From f33a8247082189527f4d5a06e6bd337a3a09155e Mon Sep 17 00:00:00 2001 From: MiWCryptAnalytics Date: Sat, 18 Feb 2017 14:04:12 -0500 Subject: [PATCH] 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 --- translations/monero-core_de.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ %2 confirmations: %3 (%1) - %2 Bestätigungen: &%3 (%1) + %2 Bestätigungen: %3 (%1)