File: android.rst

package info (click to toggle)
translate-toolkit 3.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,948 kB
  • sloc: python: 70,547; sh: 1,412; makefile: 186; xml: 48
file content (27 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _android:

Android string resources
************************

:wp:`Android <Android_%28operating_system%29>` programs make use of localisable
string resources.

:guilabel:`Mobile Kotlin resources` are supported as a variant of this format.

.. note:: The toolkit supports this format, but still doesn't provide any
   converter.


.. _android#references:

References
==========

* Android `Resource files reference
  <http://developer.android.com/guide/topics/resources/resources-i18n.html>`_
* Android `String resources reference
  <http://developer.android.com/guide/topics/resources/available-resources.html#stringresources>`_
* `Localizing Android Applications <http://www.linux-mag.com/id/7794>`_ tutorial
* Reference for `translatable attribute
  <http://tools.android.com/recent/non-translatablestrings>`_
* `Mobile Kotlin resources <https://github.com/icerockdev/moko-resources>`_