lokinmodar / Echoglossian

FFXIV Dialogue text translator
Creative Commons Attribution 4.0 International
76 stars 17 forks source link

Add a function to check for Cyrillic characters #56

Closed FAR747 closed 3 months ago

FAR747 commented 8 months ago

Due to the existence of an unofficial Russian translation of the game, please add a function to check the string for Cyrillic to avoid translating already translated strings.

Regex: [ЁёА-я]

You can just make a parameter in settings and a bool function, I can write the logic for checking it myself.

lokinmodar commented 3 months ago

this issue is related to this one: https://github.com/lokinmodar/Echoglossian/issues/71