Skip to content

Commit cda64a5

Browse files
committed
Remove static title information from project links and add default Ruby localization behavior.
1 parent 3811747 commit cda64a5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

config/locales/de.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Redmine German translation:
2+
# by Uwe Heber
3+
4+
de:
5+
title_project_link_show_subprojects: "Unterprojekt(e) anzeigen"
6+
title_project_link_hide_subprojects: "Unterprojekt(e) ausblenden"

config/locales/en.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
# English strings go here for Rails i18n
1+
# Redmine German translation:
2+
# by Uwe Heber
3+
24
en:
3-
# my_label: "My label"
5+
title_project_link_show_subprojects: "Show sub project(s)"
6+
title_project_link_hide_subprojects: "Hide sub project(s)"

config/locales/es.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Redmine Spanish translation:
2+
# by Uwe Heber
3+
4+
es:
5+
title_project_link_show_subprojects: "Mostrar subproyecto(s)"
6+
title_project_link_hide_subprojects: "Ocultar subproyecto(s)"

0 commit comments

Comments
 (0)