pantasystem / Milktea

Misskey, MastodonのAndroidクライアント「Milktea」のソースコード
GNU General Public License v3.0
251 stars 22 forks source link

What happened to the strings.xml? #1775

Closed ghost closed 1 year ago

ghost commented 1 year ago

I was trying to search a way to translate the app but i can-t find strings.xml

pantasystem commented 1 year ago

Android generally puts resources under app, but Milktea puts resources in modules/common_resource.

https://github.com/pantasystem/Milktea/tree/develop/modules/common_resource https://github.com/pantasystem/Milktea/tree/develop/modules/common_resource/src/main/res

https://developer.android.com/topic/modularization

ghost commented 1 year ago

Okay