Skip to content

Commit

Permalink
Fixing language files to use username in adoption bylines
Browse files Browse the repository at this point in the history
Addresses #33
  • Loading branch information
wbushey committed Feb 8, 2015
1 parent f1b8848 commit 74c18fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ de:
titles:
adopt: "Adoptieren diesen %{thing}"
adopted: "{thing_name} wurde adoptiert"
byline: "von %{name}"
byline: "von %{username}"
edit_profile: "Ihr Profil bearbeiten"
main: "%{thing} adoptieren"
ofline: "von %{organization}"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ en:
titles:
adopt: "Adopt this %{thing}"
adopted: "%{thing_name} has been adopted"
byline: "by %{name}"
byline: "by %{username}"
edit_profile: "Edit your Profile"
main: "Adopt-a-%{thing}"
ofline: "of %{organization}"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ es:
titles:
adopt: "Adoptar esta %{thing}"
adopted: "%{thing_name} ha sido adoptada."
byline: "por %{name}"
byline: "por %{username}"
edit_profile: "Edita tu perfil"
main: "Adopt-a-%{thing}"
ofline: "de %{organization}"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fr:
titles:
adopt: "Adoptez cette %{thing}"
adopted: "%{thing_name} a été adoptée"
byline: "par %{name}"
byline: "par %{username}"
edit_profile: "Modifiez votre profil"
main: "Adopt-a-%{thing}"
ofline: "de %{organization}"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pt:
titles:
adopt: "Adotar esse %{thing}"
adopted: "%{thing_name} foi adotada"
byline: "por %{name}"
byline: "por %{username}"
edit_profile: "Editar seu Perfil"
main: "Adotar-um-%{thing}"
ofline: "do %{organization}"
Expand Down

0 comments on commit 74c18fc

Please sign in to comment.