Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/ar.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "مرحبا"
"sample:hello": "مرحبا"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Helo"
"sample:hello": "Helo"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/da.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hej"
"sample:hello": "Hej"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/de.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hallo"
"sample:hello": "Hallo"
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hello"
"sample:hello": "Hello"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/en.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hello"
"sample:hello": "Hello"
Comment thread
dlockhart marked this conversation as resolved.
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hola"
"sample:hello": "Hola"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/es.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hola"
"sample:hello": "Hola"
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Bonjour"
"sample:hello": "Bonjour"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/fr.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Bonjour"
"sample:hello": "Bonjour"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/hi.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "नमस्ते"
"sample:hello": "नमस्ते"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/ja.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "こんにちは"
"sample:hello": "こんにちは"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/ko.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "여보세요"
"sample:hello": "여보세요"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/mi.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Kia ora"
"sample:hello": "Kia ora"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/nl.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hallo"
"sample:hello": "Hallo"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/pt.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Olá"
"sample:hello": "Olá"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/sv.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Hallå"
"sample:hello": "Hallå"
};
2 changes: 1 addition & 1 deletion src/generators/localization/templates/static/lang/tr.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "Merhaba"
"sample:hello": "Merhaba"
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "你好"
"sample:hello": "你好"
};
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
"hello": "你好"
"sample:hello": "你好"
};
Loading