dkim0419 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
1.49k stars 807 forks source link

Internationalization #7

Closed scento closed 9 years ago

scento commented 9 years ago

There are currently two things, which do not match the recommendations regarding internationalization:

  1. Several strings are hardcode (e.g. FileViewerAdapter.java) and do not use placeholders, which impedes the translation into different languages.
  2. The timestamp, associated with a recording does not matches the users locale (developer reference).