tmo1 / sms-ie

SMS Import / Export is a simple Android app that imports and exports SMS and MMS messages, call logs, and contacts from and to JSON / NDJSON files.
GNU General Public License v3.0
312 stars 38 forks source link

Difficulty translating the channel_name and channel_description strings #183

Closed Artem13327 closed 1 month ago

Artem13327 commented 1 month ago

Where are they used? Do they need to be translated? Is it possible to remove them altogether?

tmo1 commented 1 month ago

In recent Android, notifications are delivered via "notification channels," which have both names and descriptions. The code that uses these resources is in MainActivity.kt, and it's taken straight from the official Android documentation. I don't know if the resources need to be translated.