Skip to content

Commit

Permalink
Merge branch 'jchatard-bepo' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDygma committed Sep 21, 2023
2 parents b774537 + cae4103 commit 125d881
Show file tree
Hide file tree
Showing 6 changed files with 2,962 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/api/keymap/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ import german, { germanModifiedTables } from "./languages/german/german";
// French - is an Array of objects of values that have to be modified
import french, { frenchModifiedTables } from "./languages/french/french";

// French - is an Array of objects of values that have to be modified
import frenchBepo, { frenchBepoModifiedTables } from "./languages/french/frenchBepo";

// Norwegian - is an Array of objects of values that have to be modified
import norwegian, { norwegianModifiedTables } from "./languages/norwegian/norwegian";

Expand Down Expand Up @@ -122,6 +125,7 @@ const supportModifiedTables = {
spanish: spanishModifiedTables,
german: germanModifiedTables,
french: frenchModifiedTables,
frenchBepo: frenchBepoModifiedTables,
norwegian: norwegianModifiedTables,
swedish: swedishModifiedTables,
danish: danishModifiedTables,
Expand Down Expand Up @@ -152,6 +156,7 @@ const languagesDB = {
spanish,
german,
french,
frenchBepo,
norwegian,
swedish,
danish,
Expand Down
Loading

0 comments on commit 125d881

Please sign in to comment.