0

現在、言語の切り替えに役立つポッドを使用しています。インストール プロセスの一部は次のとおりです。

To support this new i18n syntax, Localize-Swift includes custom genstrings swift and python scripts.

Copy the genstrings file (either .swift or .py) into your project's root folder and run with

./genstrings.swift
or

python genstrings.py
This will print the collected strings in the terminal. Select and copy to your default Localizable.strings.

The swift genstrings includes the ability to specify excluded directories and files (by editing the script).

私は genstrings に精通しておらず、ライターが何を指しているのかよくわかりません。ライターはローカライズされた文字列フォルダーを意味していると推測していますが、ターミナルを実行すると、次のエラーが発生しました。

-bash: ./genstrings.swift: No such file or directory

指示が何を意味するのか分かりますか?

4

1 に答える 1