Skip to content

Commit

Permalink
CLDR-18226 Fix byn-Ethi-t-byn-latn-m0-xaleget transform
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored and Squash Bot committed Jan 22, 2025
1 parent 9b366eb commit 09276b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/transforms/byn-Ethi-t-byn-latn-m0-xaleget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,16 +768,16 @@ $wordBoundary{ኦ → $ኦ ; # ETHIOPIC SYLLABLE GLOTTAL O
# Convert to dot to dot if dot is followed by a number, ellipsis, or another dot.
\. $1 ← \.([0-9….]) ;
# Convert to Ethiopic Fullstop if dot is not followed by a number or another dot.
። $1 \.([^0-9.]) ;
። $1 \.([^0-9.]) ;
\, $1 ← \,([0-9]) ;
# ፣ $1 \,([^0-9]) ;
# ፣ $1 \,([^0-9]) ;
፤ ↔ \; ;
፦ ↔ \:\- ;
# ፥ ↔ \: ;
# ፨ → "#" ;
# ፠ → \+ ;
፧ → \? ;
፡ $1 \,([^0-9]) ;
፡ $1 \,([^0-9]) ;
::Null ;
$1 $ጥበቅ ← $ጥበቅ ([ሀ-ፖ]) ;
Expand Down

0 comments on commit 09276b3

Please sign in to comment.