From 69c0c3f20740d82ef0175a271cec00ea61e215a8 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 29 Apr 2025 21:30:35 -0400 Subject: [PATCH] languages: Correct Latvian time reporting 12b9419006d stripped out leading/trailing whitespace, but the Latvian translation used a blank string for VOICE_OH which got wiped out. This string is only used when voicing the time, eg: 12:05 is spoken in English as "twelve oh five". Doing a little digging into Latvian, it seems that for 24 hour clocks it would be voiced as " nulle " instead, so I changed VOICE_OH to that. Now for 12-hour clocks, it seems Latvian would voice "12:05" as "" but we don't currently have the ability to voice things in this manner. Will be addressed in a future patch. Change-Id: I2c1bcd2e9caff508de3199da29c2e994e9d00c3c --- apps/lang/latviesu.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lang/latviesu.lang b/apps/lang/latviesu.lang index 875874e5eb..0985391297 100644 --- a/apps/lang/latviesu.lang +++ b/apps/lang/latviesu.lang @@ -8909,7 +8909,7 @@ *: "" - *: " " + *: "nulle"