-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
282 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
export default { | ||
hello: { | ||
world: "Hello World", | ||
}, | ||
hello: "Hello", | ||
welcome: "Hello {name}!", | ||
"about.you": "Hello {name}! You are {age} years old", | ||
"scope.test": "A scope", | ||
"scope.more.test": "A scope", | ||
"scope.more.param": "A scope with {param}", | ||
"scope.more.and.more.test": "A scope", | ||
"scope.more.stars#one": "1 star on GitHub", | ||
"scope.more.stars#other": "{count} stars on GitHub", | ||
"missing.translation.in.fr": "This should work", | ||
"cows#one": "A cow", | ||
"cows#other": "{count} cows", | ||
"languine.hello": "Hello Languine", | ||
} as const; |
Empty file.
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,15 @@ | ||
export default { | ||
hello: "Hej", | ||
welcome: "Hej {name}!", | ||
"about.you": "Hej {name}! Du är {age} år gammal", | ||
"scope.test": "Ett omfång", | ||
"scope.more.test": "Ett omfång", | ||
"scope.more.param": "Ett omfång med {param}", | ||
"scope.more.and.more.test": "Ett omfång", | ||
"scope.more.stars#one": "1 stjärna på GitHub", | ||
"scope.more.stars#other": "{count} stjärnor på GitHub", | ||
"missing.translation.in.fr": "Detta borde fungera", | ||
"cows#one": "En ko", | ||
"cows#other": "{count} kor", | ||
"languine.hello": "Hej Languine", | ||
} as const; |
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