opendroneid / receiver-android

Example Android receiver application for unmanned aircraft Remote ID
Apache License 2.0
186 stars 61 forks source link

app: Localize the wording of java code #64

Closed muramura closed 2 years ago

muramura commented 2 years ago

I localize the wording of the JAVA code.

  1. localize "UNKNOWN" in the remote ID details to "-" to make it clear whether the information is available or not.
  2. I localize help into Japanese.

UNKNOWN Screenshot from 2022-05-28 11-50-06

HELP Screenshot from 2022-05-28 11-49-57

friissoren commented 2 years ago

Thanks. These are really good changes to help make it easier to localize into additional languages. That clearly was not considered when the app was initially developed so it is great to get this supported properly.

This also fixes Issue #60.