Skip to content

Commit

Permalink
Add submenu title
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 27, 2024
1 parent 941f032 commit 1459cbe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/client/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const strings = {
"Entferne ausgewählten Glyphen von der Zeichenfläche",
"menubar.view.replace-selected-glyph-on-canvas":
"Ersetze ausgewählten Glyphen auf der Zeichenfläche",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "Nächster Glyph",
"menubar.view.select-next-source": "Nächste Source",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down
1 change: 1 addition & 0 deletions src/fontra/client/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const strings = {
"menubar.view.find-glyphs-that-use": "Find glyphs that use '%0'",
"menubar.view.remove-selected-glyph-from-canvas": "Remove selected glyph from canvas",
"menubar.view.replace-selected-glyph-on-canvas": "Replace selected glyph on canvas",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "Select next glyph",
"menubar.view.select-next-source": "Select next source",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down
1 change: 1 addition & 0 deletions src/fontra/client/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export const strings = {
"Retirer le glyphe sélectionné du canvas",
"menubar.view.replace-selected-glyph-on-canvas":
"Remplacer le glyphe sélectionné du canvas",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "Select next glyph",
"menubar.view.select-next-source": "Sélectionner la source suivante ",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down
1 change: 1 addition & 0 deletions src/fontra/client/lang/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const strings = {
"menubar.view.find-glyphs-that-use": "Find glyphs that use '%0'",
"menubar.view.remove-selected-glyph-from-canvas": "Remove selected glyph from canvas",
"menubar.view.replace-selected-glyph-on-canvas": "Replace selected glyph on canvas",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "Select next glyph",
"menubar.view.select-next-source": "Select next source",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down
1 change: 1 addition & 0 deletions src/fontra/client/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ export const strings = {
"Verwijder de geselecteerde glyph van het canvas",
"menubar.view.replace-selected-glyph-on-canvas":
"Vervang de geselecteerde glyph op het canvas",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "Select next glyph",
"menubar.view.select-next-source": "Selecteer de volgende source",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down
1 change: 1 addition & 0 deletions src/fontra/client/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export const strings = {
"menubar.view.find-glyphs-that-use": "寻找使用了 '%0' 的字形",
"menubar.view.remove-selected-glyph-from-canvas": "将选中字形从编辑区域中删除",
"menubar.view.replace-selected-glyph-on-canvas": "在编辑区域中替换选中字形",
"menubar.view.select-glyph-source-layer": "Select glyph/source/layer",
"menubar.view.select-next-glyph": "选择下一个字形",
"menubar.view.select-next-source": "选择下一个源",
"menubar.view.select-next-source-layer": "Select next source layer",
Expand Down

0 comments on commit 1459cbe

Please sign in to comment.