-
Notifications
You must be signed in to change notification settings - Fork 20
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 #36 from Cryosleeper/cryo-defaults
Cryo defaults
- Loading branch information
Showing
7 changed files
with
61 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
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
8 changes: 8 additions & 0 deletions
8
...s/pl/droidsonroids/gradle/localization/parsed_valid_xlsx/values-pl/main_with_defaults.xml
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<resources> | ||
<string name="file">Plik</string><!-- file label --> | ||
<plurals name="cow"> | ||
<item quantity="other">krowy</item><!-- comment --> | ||
<item quantity="one">krowa</item> | ||
</plurals> | ||
</resources> |
16 changes: 16 additions & 0 deletions
16
...rces/pl/droidsonroids/gradle/localization/parsed_valid_xlsx/values/main_with_defaults.xml
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en"> | ||
<string name="app" translatable="false">Application</string> | ||
<string name="file">File</string><!-- file label --> | ||
<string name="percent" translatable="false" formatted="false">%d %s</string> | ||
<string name="empty"></string> | ||
<plurals name="cow"> | ||
<item quantity="other">cows</item><!-- comment --> | ||
<item quantity="one">cow</item> | ||
</plurals> | ||
<string-array name="days" translatable="false"> | ||
<item>monday</item> | ||
<item>tuesday</item> | ||
<item>wednesday</item> | ||
</string-array> | ||
</resources> |
Binary file added
BIN
+6.46 KB
src/test/resources/pl/droidsonroids/gradle/localization/valid_with_defaults.xlsx
Binary file not shown.