aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTony Rankin <tonyr@tonyrankin.com>2016-01-14 11:29:22 -0800
committerTony Rankin <tonyr@tonyrankin.com>2016-01-14 11:29:22 -0800
commit5dc7db70444334c180766d535832cc78474f2b34 (patch)
tree2674b12f2eeb408664f0970b2f73d900fedee2d8 /CONTRIBUTING.md
parent7490b5506037812b4dd8d9681762e5d5be8768ec (diff)
downloadgradle-perf-android-medium-5dc7db70444334c180766d535832cc78474f2b34.tar.gz
Updating contributing documentation with directions for string aliases
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d3b638f36..0c86ff0f4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,3 +68,5 @@ If the new drawable source is a SVG, then add it to `WordPress/src/future/res/sv
# Contribute to translations
We use a tool called GlotPress to manage translations. The WordPress-Android GlotPress instance lives here: http://translate.wordpress.org/projects/apps/android/dev. To add new translations or fix existing ones, create an account over at GlotPress and submit your changes over at the GlotPress site.
+
+To help ease the translation process we ask that you mark alias string resources - as well as other strings where appropriate - as not translatable. For example `<string name="foo" translatable="false">@string/bar</string>'