Skip to content

Commit

Permalink
Fix Malayalam config.
Browse files Browse the repository at this point in the history
  • Loading branch information
scossu committed Jun 17, 2024
1 parent 1a5f918 commit b239d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scriptshifter/tables/data/malayalam.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
general:
name: Khmer
name: Malayalam

script_to_roman:
hooks:
post_config:
-
- aksharamukha.romanizer.s2r_post_config
- src_script: "Khmer"
- src_script: "Malayalam"

roman_to_script:
hooks:
post_config:
-
- aksharamukha.romanizer.r2s_post_config
- dest_script: "Khmer"
- dest_script: "Malayalam"

0 comments on commit b239d5e

Please sign in to comment.