Skip to content

feat: replace .imp with .isc format (289 maps) - #180

Open
ronaldtse wants to merge 7 commits into
mainfrom
feat/imp-to-isc-migration
Open

feat: replace .imp with .isc format (289 maps)#180
ronaldtse wants to merge 7 commits into
mainfrom
feat/imp-to-isc-migration

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Summary

  • All 289 transliteration maps converted from Ruby DSL (.imp) to ISC format (.isc)
  • Git history preserved via git mv + content replacement
  • Library files (libs/*.iml) unchanged
  • All 289 .isc files parse successfully with the ISC parser

Verification

  • 0 .imp files remain
  • 289 .isc files exist and all parse
  • Old .imp history accessible via git log -- maps/foo.imp

Test plan

  • ISC parser parses all 289 .isc files
  • Transliteration output matches previous .imp-based output
  • Website continues to work (will use .isc directly in next phase)

All 289 transliteration maps converted from Ruby DSL (.imp) to
ISC format (.isc). Git history preserved — the old .imp files
were renamed to .isc via git mv, then content replaced.

The .imp format is now legacy. The .isc format is the canonical
source format for all transliteration systems.

Library files (libs/*.iml) remain unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant