Hi all. Digital designer with many years of Adobe/CC experience – but new to InDesign. Learning a lot largely very impressed with how it’s grown since I last tried it…maybe back when it was in beta. A lot has happened.
I am helping to setup a document workflow for a company with a business that depends on producing content in multiple languages. My issue is with making it as easy as possible to setup a new language for translation, without compromising my life’s work of creating sane, human and machine readable file names that tell you (or a machine!) roughly what is inside. (InDesign really doesn’t seem into sane file names for things but that is another post).
All of this to say, I want the .icml files to include some meta about the target language. (e.g. _EN or _DK). Problem with this is that doing it makes relinking a bunch of text items very time consuming. Whereas if the .icml files were of the same name I could just relink the whole folder in one go after duplicating a top level folder and manually (or with a shell script) creating the file structure.
—————————-
|?? MART DK
? |?? MART Assets DK
? ? |?? Exports
? ? |?? Translations
? ? ? |?? chapter-1_body_DK.icml
? ? ? |?? chapter-1_intro_DK.icml
? ? ? |?? map-caption_DK.icml
? ? ? |?? pull-quote_DK.icml
? ? ? ??? title_DK.icml
? ?? 050920_MART_DK.indd
?
?
??? MART EN
? ??? MART Assets EN
? ? ??? Exports
? ? ??? Translations
? ? ? ??? chapter-1_body_EN.icml
? ? ? ??? chapter-1_intro_EN.icml
? ? ? ??? map-caption_EN.icml
? ? ? ??? pull-quote_EN.icml
? ? ? ??? title_EN.icml
? ?? 050920_MART_EN.indd
—————————-
Anyone know where to find or how to create a script for relinking that can pay attention to the _LANG code at the end and perform a relink on the folder this way…assuming a 1 to 1 of every other segment in the file name?
Or maybe someone can comment on this solution and just tell me how wrong it is :-) Constructive/instructive feedback or questions are very welcome.