Emmanuele Bassi 7646404196 script: Support translatable strings for properties
ClutterScript should be able to automatically call gettext() and friends
on strings loaded from a UI definition, prior to passing the string to
the object it is constructing.

The basic implementation is trivial:

  - set a translation domain on the ClutterScript instance
  - mark the translatable strings inside the JSON data, like:

      "property" : {
        "translatable" : true,
        "string" : "a translatable string"
      }

The hard part is now getting the tools we use to extract the
translatable strings to understand the JSON format we use inside
ClutterScript.
2012-03-06 14:23:33 +00:00
..
2011-11-10 19:05:39 +01:00
2012-02-23 12:01:11 +00:00
2012-01-26 08:30:58 +00:00
2012-02-23 12:01:11 +00:00
2012-03-01 15:07:44 +00:00
2011-10-19 15:23:55 +01:00
2011-10-19 15:23:55 +01:00
2011-11-10 14:13:45 +00:00
2012-03-06 12:09:00 +00:00
2011-06-07 16:06:24 +01:00
2012-01-16 23:35:16 +00:00
2012-03-06 12:09:00 +00:00
2011-06-07 16:06:24 +01:00
2012-03-06 12:09:00 +00:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2012-02-23 17:21:57 +00:00
2011-06-07 16:06:24 +01:00