We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5ee2f7 + c3bd373 commit 6cb0673Copy full SHA for 6cb0673
composeApp/src/commonMain/composeResources/values-is/strings-common.xml
@@ -323,6 +323,10 @@
323
324
<string name="Common_Today">Í dag</string>
325
<string name="Common_Ago">%1$s ago</string>
326
+ <plurals name="Common_Hours">
327
+ <item quantity="one">%1$d klukkustund</item>
328
+ <item quantity="other">%1$d klukkustundir</item>
329
+ </plurals>
330
<plurals name="Common_Days">
331
<item quantity="one">%1$d dag</item>
332
<item quantity="other">%1$d daga</item>
0 commit comments