Skip to content

Commit

Permalink
Add Ascii keycode definitions for each locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed Dec 16, 2021
1 parent 3baf53e commit 3920a00
Show file tree
Hide file tree
Showing 47 changed files with 29,675 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/services/labellang/AsciiLabel.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export type AsciiLabel = {
code: number;
ascii: number;
label: string;
};
Loading

0 comments on commit 3920a00

Please sign in to comment.