Merge or Split a String Catalog

Is it possible to merge or split a string catalog? It doesn't seem possible now.

The workaround i use now is eidting the xcstrings file in TextEdit.

Can you please clarify what you mean by "merge" and "split"? What exactly are you trying to accomplish? Thanks!

Merge: take two string catalog files and combine them into one Split: take one string catalog file and move some entries from it to a new one

The xcode xcstrings editor has no bulk operation methods or copy/paste for entries. It was easy to do this with the old strings files. Now one has to open the xcstrings file in a different text editor and to cut and paste blocks of json

@steve23 did you find any solutoins?

@isomoon @rakesha @steve23

Take a look at my article here:

https://fatbobman.com/en/posts/merging-swift-string-catalogs-in-a-multi-package-monorepo/

Merge or Split a String Catalog
 
 
Q