From 9ca5b0f850d5c932a4baebf95e373c8e5e9a4524 Mon Sep 17 00:00:00 2001 From: Ouaz Date: Mon, 8 Aug 2022 07:50:02 +0200 Subject: [PATCH] Fix missing "HP" in battle notifications (#7638) These two missing "HP" caused these two lines to not be translated in the notification log. --- android/assets/jsons/translations/template.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/assets/jsons/translations/template.properties b/android/assets/jsons/translations/template.properties index 4b277f0f6b..c882205a32 100644 --- a/android/assets/jsons/translations/template.properties +++ b/android/assets/jsons/translations/template.properties @@ -764,9 +764,9 @@ Your Golden Age has ended. = We have conquered the city of [cityName]! = Your citizens are revolting due to very high unhappiness! = An enemy [unit] has attacked [cityName] = -An enemy [unit] ([amount]) has attacked [cityName] ([amount2]) = +An enemy [unit] ([amount] HP) has attacked [cityName] ([amount2] HP) = An enemy [unit] has attacked our [ourUnit] = -An enemy [unit] ([amount]) has attacked our [ourUnit] ([amount2]) = +An enemy [unit] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) = Enemy city [cityName] has attacked our [ourUnit] = Enemy city [cityName] ([amount] HP) has attacked our [ourUnit] ([amount2] HP) = An enemy [unit] has captured [cityName] =