Skip to content

Commit

Permalink
Misc language updates
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 17, 2024
1 parent bc41354 commit a7be643
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/fontra/client/core/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const languages = [
{ code: "ja", langEn: "Japanese", langLang: "日本語", status: "wip" },
{ code: "fr", langEn: "French", langLang: "Français", status: "beta" },
{ code: "de", langEn: "German", langLang: "Deutsch", status: "wip" },
{ code: "nl", langEn: "Dutch", langLang: "Nederlands", status: "beta" },
{ code: "nl", langEn: "Dutch", langLang: "Nederlands", status: "wip" },
];

const debugTranslation = false;
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ export const strings = {
"sidebar.user-settings.experimental": "Experimentelle Funktionen",
"sidebar.user-settings.glyph": "Glyph-Editor Ansicht",
"sidebar.user-settings.glyph.anchornames": "Anker Namen",
"sidebar.user-settings.glyph.background-image": "Hintergrund-Bild",
"sidebar.user-settings.glyph.baseline": "Grundlinie",
"sidebar.user-settings.glyph.cjkframe": "CJK Design Rahmen",
"sidebar.user-settings.glyph.component": "Komponenten-Namen und -Indexe",
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ export const strings = {
"sidebar.user-settings.experimental": "Experimental features",
"sidebar.user-settings.glyph": "Glyph editor appearance",
"sidebar.user-settings.glyph.anchornames": "Anchor names",
"sidebar.user-settings.glyph.background-image": "Background image",
"sidebar.user-settings.glyph.baseline": "Baseline",
"sidebar.user-settings.glyph.cjkframe": "CJK Design Frame",
"sidebar.user-settings.glyph.component": "Component names and indices",
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ export const strings = {
"sidebar.user-settings.experimental": "Expérimentations",
"sidebar.user-settings.glyph": "Glyphe",
"sidebar.user-settings.glyph.anchornames": "Noms des ancres",
"sidebar.user-settings.glyph.background-image": "Background image",
"sidebar.user-settings.glyph.baseline": "Ligne de base",
"sidebar.user-settings.glyph.cjkframe": "Grille de design CJK",
"sidebar.user-settings.glyph.component": "Noms et index des composants",
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ export const strings = {
"sidebar.user-settings.experimental": "Experimental features",
"sidebar.user-settings.glyph": "Glyph editor appearance",
"sidebar.user-settings.glyph.anchornames": "Anchor names",
"sidebar.user-settings.glyph.background-image": "Background image",
"sidebar.user-settings.glyph.baseline": "Baseline",
"sidebar.user-settings.glyph.cjkframe": "CJK Design Frame",
"sidebar.user-settings.glyph.component": "Component names and indices",
Expand Down
1 change: 0 additions & 1 deletion src/fontra/client/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ export const strings = {
"sidebar.user-settings.experimental": "Experimentele features",
"sidebar.user-settings.glyph": "Glyph editor uiterlijk",
"sidebar.user-settings.glyph.anchornames": "Ankernamen",
"sidebar.user-settings.glyph.background-image": "Background image",
"sidebar.user-settings.glyph.baseline": "Basislijn",
"sidebar.user-settings.glyph.cjkframe": "CJK Design Frame",
"sidebar.user-settings.glyph.component": "Component namen en indexen",
Expand Down
5 changes: 2 additions & 3 deletions src/fontra/client/lang/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const strings = {
"font-info.title": "字体信息",
"font-info.trademark": "商标",
"font-info.upm": "UPM (Units Per eM)",
"font-info.vendorid": "供应商标识符",
"font-info.vendorid": "供应商 ID",
"font-info.version.major": "主要版本号",
"font-info.version.minor": "次要版本号",
"guideline.labels.angle": "角度",
Expand Down Expand Up @@ -235,7 +235,7 @@ export const strings = {
"shortcuts.import": "导入快捷键",
"shortcuts.reset-all": "重置所有快捷键",
"shortcuts.tooltip.clear": "清除",
"shortcuts.tooltip.click-and-record": "点击并",
"shortcuts.tooltip.click-and-record": "点击并记录一个快捷键",
"shortcuts.tooltip.reset-to-default": "重置为默认",
"shortcuts.warning.exists": "快捷键已存在:0%",
"sidebar.designspace-navigation": "Designspace 导航",
Expand Down Expand Up @@ -374,7 +374,6 @@ export const strings = {
"sidebar.user-settings.experimental": "实验性功能",
"sidebar.user-settings.glyph": "字形编辑器外观",
"sidebar.user-settings.glyph.anchornames": "锚点名称",
"sidebar.user-settings.glyph.background-image": "背景图片",
"sidebar.user-settings.glyph.baseline": "基线",
"sidebar.user-settings.glyph.cjkframe": "汉字字面框",
"sidebar.user-settings.glyph.component": "部件名称与序号",
Expand Down

0 comments on commit a7be643

Please sign in to comment.