Browse Source

Complete case sensitivity info in configurations.

scossu 9 months ago
parent
commit
953906393e

+ 0 - 0
scriptshifter/tables/data/korean_old.yml → legacy/korean_old.yml


+ 2 - 0
scriptshifter/tables/data/burmese.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Burmese (Myanmar)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/devanagari.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Devanagari
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 3 - 1
scriptshifter/tables/data/divehi_thaana.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Divehi (Thaana)
+  case_sensitive: false
 
 roman_to_script:
   map:
@@ -50,7 +52,7 @@ roman_to_script:
     "bb": "\u0787\u07B0\u0784"
     "b": "\u0784"
 
-    # THAANA LETTER "L/l" WITH DOT BELOW (0323) 
+    # THAANA LETTER "L/l" WITH DOT BELOW (0323)
     "L\u0323": "\u0785"
     "l\u0323": "\u0785"
     "K": "\u0786"

+ 2 - 0
scriptshifter/tables/data/dogri_devanagari.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Dogri (Devanagari)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/gurmukhi.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Punjabi (Gurmukhi)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

File diff suppressed because it is too large
+ 129 - 127
scriptshifter/tables/data/hindi.yml


+ 2 - 0
scriptshifter/tables/data/hiragana.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Japanese (Hiragana)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/katakana.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Japanese (Katakana)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/khmer.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Khmer
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/korean_names.yml

@@ -1,6 +1,8 @@
+---
 general:
   name: Korean (Names)
   description: Korean names S2R.
+  case_sensitive: false
 
 options:
   - id: marc_field

+ 2 - 2
scriptshifter/tables/data/korean_nonames.yml

@@ -1,11 +1,11 @@
+---
 general:
   name: Korean (Non-names)
   description: Korean S2R.
+  case_sensitive: false
 
 script_to_roman:
   hooks:
     post_config:
       -
         - korean.romanizer.s2r_nonames_post_config
-
-

+ 2 - 0
scriptshifter/tables/data/mongolian_mongol_bichig.yml

@@ -1,7 +1,9 @@
+---
 general:
   name: Mongolian (Mongol bichig)
   parents:
     - _ignore_base
+  case_sensitive: false
 
 roman_to_script:
 

+ 2 - 0
scriptshifter/tables/data/newari_devanagari.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Newari (Devanagari)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/panjabi.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Panjabi
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 3 - 1
scriptshifter/tables/data/persian.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Persian
+  case_sensitive: false
 
 roman_to_script:
   map:
@@ -10,7 +12,7 @@ roman_to_script:
     ";": "\u061B"
     "?": "\u061F"
 
-    # Exceptions for specific words 
+    # Exceptions for specific words
     # Allah
     "Alla\u0304h": "\u0627\u0644\u0644\u0647"
 

+ 2 - 0
scriptshifter/tables/data/prakrit_devanagari.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Prakrit (Devanagari)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 3 - 1
scriptshifter/tables/data/pushto.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Pushto
+  case_sensitive: false
 
 roman_to_script:
   map:
@@ -10,7 +12,7 @@ roman_to_script:
     ";": "\u061B"
     "?": "\u061F"
 
-    # Exceptions for specific words 
+    # Exceptions for specific words
     # Allah
     "Alla\u0304h": "\u0627\u0644\u0644\u0647"
 

+ 2 - 0
scriptshifter/tables/data/tamil.yml

@@ -1,7 +1,9 @@
+---
 general:
   name: Tamil
   parents:
     - _ignore_base
+  case_sensitive: false
 
 roman_to_script:
   map:

+ 2 - 0
scriptshifter/tables/data/tamil_brahmi.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Tamil Brahmi
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/tamil_extended.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Tamil (extended)
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 2 - 0
scriptshifter/tables/data/thai_alt.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Thai (alternative)
+  case_sensitive: false
 
 script_to_roman:
   map:

+ 2 - 0
scriptshifter/tables/data/tibetan.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Tibetan
+  case_sensitive: false
 
 script_to_roman:
   hooks:

+ 3 - 1
scriptshifter/tables/data/urdu.yml

@@ -1,5 +1,7 @@
+---
 general:
   name: Urdi
+  case_sensitive: false
 
 roman_to_script:
   map:
@@ -10,7 +12,7 @@ roman_to_script:
     ";": "\u061B"
     "?": "\u061F"
 
-    # Exceptions for specific words 
+    # Exceptions for specific words
     # Allah
     "Alla\u0304h": "\u0627\u0644\u0644\u0647"
     "alla\u0304h": "\u0627\u0644\u0644\u0647"

Some files were not shown because too many files changed in this diff