mutter/tests/data
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
..
clutter-1.0.suppressions
light0.png
Makefile.am conform: Add markers parsing to the timeline unit 2011-11-27 12:19:40 +00:00
redhand_alpha.png
redhand.png
test-animator-1.json
test-animator-2.json
test-animator-3.json
test-script-animation.json
test-script-child.json
test-script-implicit-alpha.json
test-script-layout-property.json
test-script-model.json
test-script-named-object.json
test-script-object-property.json
test-script-signals.json tests: Go back to the hover state on button-release 2011-08-31 12:25:01 +01:00
test-script-single.json
test-script-timeline-markers.json conform: Add markers parsing to the timeline unit 2011-11-27 12:19:40 +00:00
test-script.json script: Support translatable strings for properties 2012-03-06 14:23:33 +00:00
test-state-1.json