Skip to content

Commit 45c9a28

Browse files
author
matt swanson
committed
Merge pull request stringer-rss#72 from csmrmn/master
Fixed untranslated word in kbd shortcuts
2 parents 8335c10 + 28a6072 commit 45c9a28

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

app/views/partials/_shortcuts.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="modal-body">
77
<ul class="shortcut-legend">
88
<li><kbd>j</kbd>/<kbd>k</kbd>: <%= t('partials.shortcuts.keys.jk') %></li>
9-
<li><kbd>o</kbd> or <kbd>enter</kbd>: <%= t('partials.shortcuts.keys.oenter') %></li>
9+
<li><kbd>o</kbd> <%= t('partials.shortcuts.keys.or') %> <kbd>enter</kbd>: <%= t('partials.shortcuts.keys.oenter') %></li>
1010
<li><kbd>v</kbd>: <%= t('partials.shortcuts.keys.v') %></li>
1111
<li class="blank"></li>
1212
<li><kbd>shift</kbd>+<kbd>a</kbd>: <%= t('partials.shortcuts.keys.shifta') %></li>

config/locales/de.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ de:
4242
keys:
4343
jk: "Nächste/vorherige Geschichte"
4444
oenter: "Klappe Geschichte aus/ein"
45+
or: "oder"
4546
v: "Öffne die URL der Geschichte"
4647
shifta: "Alle als gelesen markieren"
4748
r: "Aktualisieren"

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ en:
4242
keys:
4343
jk: "Next/previous story"
4444
oenter: "Toggle story open/closed"
45+
or: "or"
4546
v: "Go to story URL"
4647
shifta: "Mark all as read"
4748
r: "Refresh"

config/locales/es.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ es:
3636
keys:
3737
jk: "Siguiente/Anterior historia"
3838
oenter: "Arrastrar historia abierta/cerrada"
39+
or: "o"
3940
v: "Ir a URL de la historia"
4041
shifta: "Marcar todas como leidas"
4142
r: "Refrescar"

config/locales/it.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ it:
3636
keys:
3737
jk: "Prossima/precedente storia"
3838
oenter: "Apri/chiudi la storia"
39+
or: "o"
3940
v: "Vai all'URL della storia"
4041
shifta: "Segna tutte le storie come lette"
4142
r: "Aggiorna"

config/locales/nl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ nl:
4242
keys:
4343
jk: "Volgend/vorig artikel"
4444
oenter: "Artikel open-/dichtklappen"
45+
or: "of"
4546
v: "Open de URL van het artikel"
4647
shifta: "Alles als gelezen markeren"
4748
r: "Vernieuwen"

config/locales/pt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pt:
3636
keys:
3737
jk: "História seguinte/anterior"
3838
oenter: "Abrir/fechar história"
39+
or: "ou"
3940
v: "Ir para URL da história"
4041
shifta: "Marcar tudo como lido"
4142
r: "Atualizar"

config/locales/zh_CN.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ zh_CN:
4242
keys:
4343
jk: "下一个/上一个故事"
4444
oenter: "点击打开/关闭"
45+
or: ""
4546
v: "转到原网址"
4647
shifta: "全部标为已读"
4748
r: "刷新"

0 commit comments

Comments
 (0)