Skip to content

Latest commit

 

History

History
executable file
·
18 lines (18 loc) · 1.94 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
18 lines (18 loc) · 1.94 KB

CONTRIBUTING

  • Do not submit pull requests to update gradle, dependencies or SDK.
  • Try not to use any deprecated libraries, dependencies or methods, if other alternatives are available.
  • Make sure the characters are properly encoded when translating strings (example: ä as \u00E4, é as \u00E9 etc).
    The strings can be found here:
  • When adding a new language:
    • Translate the primary strings.
    • Create a new file named messages_<language code>.properties in res/raw and translate the feedback strings.
      Example: for adding Portuguese (pt) language, create messages_pt.properties.