-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
1 parent
47b1b39
commit 33cb482
Showing
7 changed files
with
62 additions
and
7 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
13 changes: 12 additions & 1 deletion
13
tests/Lepo.i18n.DependencyInjection.UnitTests/Lepo.i18n.DependencyInjection.UnitTests.csproj
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
|
||
namespace Lepo.i18n.DependencyInjection.UnitTests.Resources; | ||
|
||
public class Test; | ||
public partial class Test; |
13 changes: 13 additions & 0 deletions
13
tests/Lepo.i18n.DependencyInjection.UnitTests/Resources/Translations-en-US.yaml
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,13 @@ | ||
# Comment | ||
Test: 'Test in english' | ||
main.languages: Languages | ||
main.hello: "Hello world" | ||
|
||
namespace.test: | ||
main.languages: Languages in namespace.test #yet another comment | ||
main.hello: 'Hello world in namespace.test' | ||
|
||
# Some comment | ||
other.namespace: | ||
main.languages: Languages in other.namespace #yet another comment | ||
main.hello: 'Hello world in other.namespace' |
13 changes: 13 additions & 0 deletions
13
tests/Lepo.i18n.DependencyInjection.UnitTests/Resources/Translations-pl-PL.yaml
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,13 @@ | ||
# Comment | ||
Test: 'Test po polsku' | ||
main.languages: Języki | ||
main.hello: "Witaj świecie" | ||
|
||
namespace.test: | ||
main.languages: Języki w namespace.test #yet another comment | ||
main.hello: 'Witaj świecie w namespace.test' | ||
|
||
# Some comment | ||
other.namespace: | ||
main.languages: Języki w other.namespace #yet another comment | ||
main.hello: 'Witaj świecie w other.namespace' |
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