3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

iOS強化月間 - iOSアプリ開発の知見を共有しよう -

【iOS】多言語対応がめんどうなのでChatGPTに一括で翻訳してもらう

Posted at

はじめに

今まで個人開発アプリを多言語化するためにDeepLなどの翻訳機を使って翻訳していました。
しかし、時間がかかりすぎるのでChatGPTに任せることにしました。

プロンプトが固まったので記事にしておきます。

プロンプト

iOS開発を行なっています。
アプリを多言語対応させるために、ローカライズが必要です。
[Base.lproj:]を[対応言語:]にそれぞれ翻訳してください

[対応言語:]
- 英語
- 日本語
- フランス語

[Base.lproj:]
"ContentView.Text1.label" = "おはよう";
"ContentView.Text2.label" = "こんにちは";
"ContentView.Text3.label" = "こんばんは";

結果

スクリーンショット 2023-09-13 20.40.22.png

おわり

めっちゃ効率化できましたー
ただ翻訳があっているかは最終確認が必要そうです

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?