~vthompson/ubuntu-calendar-app/scroll-in-test

« back to all changes in this revision

Viewing changes to README

  • Committer: David Planella
  • Date: 2013-09-26 05:15:16 UTC
  • mto: This revision was merged to the branch mainline in revision 123.
  • Revision ID: david.planella@ubuntu.com-20130926051516-7tsbxd3ttiz9nxic
Moved translations-related info to a separate README file

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
$ qmlscene calendar.qml
8
8
 
9
9
To test the application on the device check out the "testrun.sh" script.
10
 
 
11
 
# Updating translations
12
 
 
13
 
Translations for the Calendar app happen in [Launchpad Translations][] and
14
 
are automatically committed daily on the trunk branch in the po/ folder.
15
 
 
16
 
They are then built and installed as part of the package build, so that
17
 
developers don't really need to worry about them.
18
 
 
19
 
However, there is one task that needs to be taken care of: exposing new
20
 
translatable messages to translators. So whenever you add new translatable
21
 
messages in the code, make sure to follow these steps:
22
 
 
23
 
 1. Change directory to the po/ folder: `cd po`
24
 
 2. Update the translations template: `qmake && make pot`
25
 
 3. Commit the generated .pot file: `bzr commit -m"Updated translation template"`
26
 
 
27
 
And that's it, Launchpad should take care of all the rest
28
 
 
29
 
 [Launchpad Translations]: https://translations.launchpad.net/ubuntu-calendar-app