-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jacobras/feature/czech-language
Add Czech language
- Loading branch information
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<plurals name="seconds"> | ||
<item quantity="one">sekunda</item> | ||
<item quantity="few">sekundy</item> | ||
<item quantity="other">sekund</item> | ||
</plurals> | ||
<plurals name="minutes"> | ||
<item quantity="one">minuta</item> | ||
<item quantity="few">minuty</item> | ||
<item quantity="other">minut</item> | ||
</plurals> | ||
<plurals name="hours"> | ||
<item quantity="one">hodina</item> | ||
<item quantity="few">hodiny</item> | ||
<item quantity="other">hodin</item> | ||
</plurals> | ||
<plurals name="days"> | ||
<item quantity="one">den</item> | ||
<item quantity="few">dny</item> | ||
<item quantity="other">dní</item> | ||
</plurals> | ||
<plurals name="weeks"> | ||
<item quantity="one">týden</item> | ||
<item quantity="few">týdny</item> | ||
<item quantity="other">týdnů</item> | ||
</plurals> | ||
<plurals name="months"> | ||
<item quantity="one">měsíc</item> | ||
<item quantity="few">měsíce</item> | ||
<item quantity="other">měsíců</item> | ||
</plurals> | ||
<plurals name="years"> | ||
<item quantity="one">rok</item> | ||
<item quantity="few">roky</item> | ||
<item quantity="other">let</item> | ||
</plurals> | ||
|
||
<string name="time_ago">před ${time}</string> | ||
<string name="time_in_future">za ${time}</string> | ||
<string name="now">nyní</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters