-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test environment to run old tests
- Loading branch information
Showing
10 changed files
with
57 additions
and
103 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"welcome": "welcome", | ||
"welcome-key": "welcome", | ||
|
||
"only-in-base": "this is from base", | ||
|
||
"cars": { | ||
"one": "1 car", | ||
"ie:x=2": "2 cars", | ||
"more": "%d cars" | ||
"one": "one car", | ||
"ie:x>=2": "%d cars", | ||
"ie:x<=-2": "minus %d cars" | ||
}, | ||
|
||
"forgot-password": { | ||
"@100": "Forgot Password? Help.", | ||
"@200": "Forgot Password? Get password Help.", | ||
"@300": "Forgotten Your Password? Get password Help." | ||
"pl-cars": { | ||
"one": "jeden samochód", | ||
"iex:2<=x<=4": "%d samochody", | ||
"iex:-4<=x<=-2": "-2 - -4 samochody" | ||
}, | ||
|
||
"car-sentence": { | ||
"one": { | ||
"@100": "one car", | ||
"@200": "just one car", | ||
"@300": "you've got just one car" | ||
}, | ||
|
||
"more": { | ||
"@100": "%d cars", | ||
"@300": "you've got %d cars" | ||
} | ||
|
||
"pl-police-cars": { | ||
"ie:x=1": "1 samochód policyjny", | ||
"exp:(((?!1).[2-4]{1})$)|(^[2-4]$)": "%d samochody policyjne", | ||
"custom-pl-few": "%d samochodów policyjnych" | ||
}, | ||
|
||
"things": { | ||
"ten": "10 things", | ||
">20": ">20 things" | ||
} | ||
} |
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