mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-05 07:40:00 +00:00
Extractor: strip leading decorative glyphs ("§ MOVE", "↓ Import") before
matching, resolve same-text keys positionally so a title and button that share
text both tag, and ignore format templates with no literal anchor ("%1$s · %2$s")
that were mis-tagging breadcrumb data.
Extract the hardcoded dialog marker ("§ MOVE"), scene-type meta (SCENE/GROUP/
ROOT), and FormDialog "ESC cancel" hint to string resources. Point the dialog
previews at the resources so the recorder captures exact keys.
StringKeyRecorder dropped JVM-only synchronized so commonMain compiles for iOS.
|
||
|---|---|---|
| .. | ||
| androidMain | ||
| commonMain/kotlin/com/darkrockstudios/apps/hammer/common | ||
| desktopMain/kotlin/com/darkrockstudios/apps/hammer/common | ||
| desktopTest/kotlin | ||
| iosMain/kotlin/com/darkrockstudios/apps/hammer/common | ||