Skip to content

Commit

Permalink
Merge pull request #7 from Peetz0r/master
Browse files Browse the repository at this point in the history
Uitkijktoren -> Kèkstègâh
  • Loading branch information
roelfjan authored Dec 24, 2024
2 parents 03897d8 + 9e51491 commit 1572301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/HaagsTranslator/Translator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ public static class Translator
/// list of replacement rules, ordered
/// </summary>
static readonly string[][] TranslationReplacements = {
new []{ "Uitkijktoren", "Kèkstègâh"},
new []{ "uitkijktoren", "kèkstègâh"},
new []{ "(K|k)ijksteiger", "$1èkstègâh"},
new []{ "childerswijk", "childâhswijk"},
new [] { "eider", "èijâh" }, // 'projectleider'
new []{ "(?<![o])ei", "è"}, // moet voor 'scheveningen' en 'eithoeke', geen 'groeit'
Expand Down

0 comments on commit 1572301

Please sign in to comment.