Skip to content

Commit

Permalink
Localization messages updated [ignore this commit if conflicts]
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed May 14, 2016
1 parent fbfc2da commit c379b33
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/messages/_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "header.banner.desc",
"defaultMessage": "Complex web apps made easy",
"message": "",
"description": "Description in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -11,6 +12,7 @@
"id": "header.banner.title",
"defaultMessage": "React",
"message": "",
"description": "Title in page header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -19,6 +21,7 @@
"id": "header.brand",
"defaultMessage": "Your Company Brand",
"message": "",
"description": "Brand name displayed in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -27,6 +30,7 @@
"id": "navigation.about",
"defaultMessage": "About",
"message": "",
"description": "About link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -35,6 +39,7 @@
"id": "navigation.contact",
"defaultMessage": "Contact",
"message": "",
"description": "Contact link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -43,6 +48,7 @@
"id": "navigation.login",
"defaultMessage": "Log in",
"message": "",
"description": "Log in link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -51,6 +57,7 @@
"id": "navigation.signup",
"defaultMessage": "Sign up",
"message": "",
"description": "Sign up link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -59,6 +66,7 @@
"id": "navigation.separator.or",
"defaultMessage": "or",
"message": "",
"description": "Last separator in list, lowercase \"or\"",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand Down
8 changes: 8 additions & 0 deletions src/messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "header.banner.desc",
"defaultMessage": "Complex web apps made easy",
"message": "Komplexní aplikace jednodušše",
"description": "Description in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -11,6 +12,7 @@
"id": "header.banner.title",
"defaultMessage": "React",
"message": "React",
"description": "Title in page header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -19,6 +21,7 @@
"id": "header.brand",
"defaultMessage": "Your Company Brand",
"message": "Vaše firma",
"description": "Brand name displayed in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -27,6 +30,7 @@
"id": "navigation.about",
"defaultMessage": "About",
"message": "O nás",
"description": "About link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -35,6 +39,7 @@
"id": "navigation.contact",
"defaultMessage": "Contact",
"message": "Kontakt",
"description": "Contact link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -43,6 +48,7 @@
"id": "navigation.login",
"defaultMessage": "Log in",
"message": "Přihlásit",
"description": "Log in link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -51,6 +57,7 @@
"id": "navigation.signup",
"defaultMessage": "Sign up",
"message": "Registrace",
"description": "Sign up link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -59,6 +66,7 @@
"id": "navigation.separator.or",
"defaultMessage": "or",
"message": "nebo",
"description": "Last separator in list, lowercase \"or\"",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand Down
8 changes: 8 additions & 0 deletions src/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"id": "header.banner.desc",
"defaultMessage": "Complex web apps made easy",
"message": "",
"description": "Description in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -11,6 +12,7 @@
"id": "header.banner.title",
"defaultMessage": "React",
"message": "",
"description": "Title in page header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -19,6 +21,7 @@
"id": "header.brand",
"defaultMessage": "Your Company Brand",
"message": "",
"description": "Brand name displayed in header",
"files": [
"src/components/Header/Header.js"
]
Expand All @@ -27,6 +30,7 @@
"id": "navigation.about",
"defaultMessage": "About",
"message": "",
"description": "About link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -35,6 +39,7 @@
"id": "navigation.contact",
"defaultMessage": "Contact",
"message": "",
"description": "Contact link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -43,6 +48,7 @@
"id": "navigation.login",
"defaultMessage": "Log in",
"message": "",
"description": "Log in link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -51,6 +57,7 @@
"id": "navigation.signup",
"defaultMessage": "Sign up",
"message": "",
"description": "Sign up link in header",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand All @@ -59,6 +66,7 @@
"id": "navigation.separator.or",
"defaultMessage": "or",
"message": "",
"description": "Last separator in list, lowercase \"or\"",
"files": [
"src/components/Navigation/Navigation.js"
]
Expand Down

0 comments on commit c379b33

Please sign in to comment.