Skip to content

Commit

Permalink
Some French additions, and a lot of Japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 29, 2024
1 parent 7daac3e commit 2f298e9
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 462 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 @@ -4,7 +4,7 @@ import { ObservableController } from "./observable-object.js";
export const languages = [
{ code: "en", langEn: "English", langLang: "English", status: "done" },
{ code: "zh-CN", langEn: "Simplified Chinese", langLang: "简体中文", status: "beta" },
{ code: "ja", langEn: "Japanese", langLang: "日本語", status: "wip" },
{ code: "ja", langEn: "Japanese", langLang: "日本語", status: "beta" },
{ code: "fr", langEn: "French", langLang: "Français", status: "beta" },
{ code: "de", langEn: "German", langLang: "Deutsch", status: "wip" },
{ code: "nl", langEn: "Dutch", langLang: "Nederlands", status: "wip" },
Expand Down
Loading

0 comments on commit 2f298e9

Please sign in to comment.