Refactor translation codes
This commit is contained in:
parent
5da3cf5ebf
commit
db5a18f80d
12 changed files with 96 additions and 68 deletions
|
@ -1,5 +1,5 @@
|
|||
# More documentation here: https://github.com/nicksnyder/go-i18n
|
||||
[profile]
|
||||
[greeting]
|
||||
other = "Hello, I am"
|
||||
|
||||
[home]
|
||||
|
@ -17,7 +17,7 @@ other = "Contact me:"
|
|||
[newsletter_text]
|
||||
other = "Stay up to date with email notification"
|
||||
|
||||
[newsletter_input]
|
||||
[newsletter_input_placeholder]
|
||||
other = "Enter email"
|
||||
|
||||
[newsletter_warning]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# More documentation here: https://github.com/nicksnyder/go-i18n
|
||||
[profile]
|
||||
[greeting]
|
||||
other = "Bonjour, je suis"
|
||||
|
||||
[home]
|
||||
|
@ -17,7 +17,7 @@ other = "Contactez moi :"
|
|||
[newsletter_text]
|
||||
other = "Restez à jour par e-mail"
|
||||
|
||||
[newsletter_input]
|
||||
[newsletter_input_placeholder]
|
||||
other = "Entrez une adresse e-mail"
|
||||
|
||||
[newsletter_warning]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue