More-Than-Solitaire/Tabs-Lite

Translate to Italian

Opened this issue · 2 comments

Translate the user interface and controls into Italian

The following files need to be translated:

Just the values need to be translated (not the translation descriptions). Values are denoted like this: <tag>(this is the value)</tag>.

Example

For example, in plurals.xml, the following line exists:

<item quantity="one">%d version</item>

This is specifying that for the quantity one, the English string is %d version, where %d is automatically replaced with the number of versions (one in this case). The translated line would look like this:

<item quantity="one">%d [translation of the word version]</item>

Example 2

In the values.xml file, the following line exists:

<string name="app_action_export_playlists" translation_description="The button text to export playlists">Export favorites and playlists</string>

In this example, the only section that needs to be translated is Export favorites and playlists.