Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a676bca
Merge pull request #223 from lcnetdev/ui
scossu Aug 3, 2025
0aa63f0
updates to devanagari base and dependent tables
thisismattmiller Aug 7, 2025
e8fd09f
Adding ethiopic base, amharic, tigrinya
thisismattmiller Aug 7, 2025
596f07f
added/removed assamese.yml mappings
thisismattmiller Aug 7, 2025
1135ed1
Changes to the bengali table
thisismattmiller Aug 7, 2025
b318e96
add chechen_cyrillic and its _cyrillic_base
thisismattmiller Aug 12, 2025
376c00b
Revert "add chechen_cyrillic and its _cyrillic_base"
thisismattmiller Aug 12, 2025
3bcdc1e
remove aksharamukha add tables
thisismattmiller Aug 12, 2025
4e0121c
removes aksharamukha add table mappings
thisismattmiller Aug 12, 2025
9454e7d
updates mongolian_mongol_bichig table mappings
thisismattmiller Aug 12, 2025
2fcda05
updates the tamil mappings
thisismattmiller Aug 12, 2025
ec80d1b
switches telugu from aksharamukha to table
thisismattmiller Aug 12, 2025
f83bd18
Adds a few missing MARC codes to index.yml
thisismattmiller Aug 12, 2025
9c6f825
Merge pull request #224 from lcnetdev/devanagari-based-updates
scossu Aug 14, 2025
3631fd4
Merge pull request #225 from lcnetdev/ethiopic_based_scripts_added
scossu Aug 14, 2025
5d79d58
Merge pull request #227 from lcnetdev/assamese_update
scossu Aug 14, 2025
56ec410
Merge pull request #228 from lcnetdev/bengali_updates
scossu Aug 14, 2025
17f9cdc
Merge pull request #231 from lcnetdev/update_kannada
scossu Aug 14, 2025
613fce8
Merge pull request #232 from lcnetdev/update_malayalam
scossu Aug 14, 2025
ebc1902
Merge pull request #234 from lcnetdev/updates_mongolian_mongol_bichig
scossu Aug 14, 2025
c97b1d7
Merge pull request #235 from lcnetdev/update_tamil
scossu Aug 14, 2025
a94d409
Merge pull request #236 from lcnetdev/update_telugu
scossu Aug 14, 2025
50aacf5
Merge pull request #237 from lcnetdev/update_marc_codes_index
scossu Aug 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,797 changes: 852 additions & 945 deletions scriptshifter/tables/data/_devanagari_base.yml

Large diffs are not rendered by default.

914 changes: 914 additions & 0 deletions scriptshifter/tables/data/_ethiopic_base.yml

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions scriptshifter/tables/data/amharic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
general:
name: Amharic
parents:
- _ignore_base
- _ethiopic_base

description: Amharic language in the Ethiopic (Ge'ez) script
case_sensitive: false

roman_to_script:
map:
" ": " "

# NO ADDITIONAL MAPPINGS TO APPLY

script_to_roman:
map:
" ": " "

# NO ADDITIONAL MAPPINGS TO APPLY
2,475 changes: 2,360 additions & 115 deletions scriptshifter/tables/data/assamese.yml

Large diffs are not rendered by default.

4,318 changes: 2,159 additions & 2,159 deletions scriptshifter/tables/data/bengali.yml

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions scriptshifter/tables/data/bihari_devanagari.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
general:
name: Bihari (Devanagari)
parents:
- _ignore_base
- _devanagari_base

description: Bihari language in the Devanagari script
case_sensitive: false

roman_to_script:
map:

# NO ADDITIONAL MAPPINGS TO APPLY
"" : ""

script_to_roman:
map:

# NO ADDITIONAL MAPPINGS TO APPLY
"" : ""
19 changes: 19 additions & 0 deletions scriptshifter/tables/data/braj_devanagari.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
general:
name: Braj (Devanagari)
parents:
- _ignore_base
- _devanagari_base

description: Braj language in the Devanagari script
case_sensitive: false

roman_to_script:
map:

# NO ADDITIONAL MAPPINGS TO APPLY
"": ""

script_to_roman:
map:
"": ""
18 changes: 0 additions & 18 deletions scriptshifter/tables/data/devanagari.yml

This file was deleted.

25 changes: 13 additions & 12 deletions scriptshifter/tables/data/dogri_devanagari.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
general:
name: Dogri (Devanagari)
case_sensitive: false
parents:
- _ignore_base
- _devanagari_base

script_to_roman:
hooks:
post_config:
-
- aksharamukha.romanizer.s2r_post_config
- src_script: "Devanagari"
description: Dogri language in the Devanagari script
case_sensitive: false

roman_to_script:
hooks:
post_config:
-
- aksharamukha.romanizer.r2s_post_config
- dest_script: "Devanagari"
map:
" " : " "
# NO ADDITIONAL MAPPINGS TO APPLY

script_to_roman:
map:
" " : " "
# NO ADDITIONAL MAPPINGS TO APPLY
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
general:
name: Hindi
parents:
- _devanagari_base

description: Hindi language in the Devanagari script
case_sensitive: false

roman_to_script:
map:

script_to_roman:
map:
---
general:
name: Hindi
parents:
- _ignore_base
- _devanagari_base

description: Hindi language in the Devanagari script
case_sensitive: false

roman_to_script:
map:
" " : " "
# NO ADDITIONAL MAPPINGS TO APPLY

script_to_roman:
map:
" " : " "
# NO ADDITIONAL MAPPINGS TO APPLY
Loading
Loading