[iOS15] String catalog リンク
下記あたりの先駆者の記事が参考になりそうです。 String catalogsの使い方サイト iOS15のローカライズ https://rightcode.co.jp/blog/information-technology/ios-string-catalogs-xcode-15-syain https://qiita.com/shimoto/items/99d52a12ed3a2323bae3 複数のテーブルに分けて管理が可能 If your string catalog gets too big, you can create multiple string catalog files within a single Xcode project, and give each a unique name. Then choose which string catalog to use for each translation by passing the string catalog name to the table Name or table parameter to the respective localization API as follows: ドキュメント参照 https://developer.apple.com/documentation/xcode/localizing-and-varying-text-with-a-string-catalog String catalogへの移行 [iOS] Localizable.strings からString catarogsに移行する https://qiita.com/yoshitaka/items/1c15b590d063b20ccb64 https://dev.classmethod.jp/a...