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 conform: Verify parsing of multiple properties 2010-02-24 16:43:17 +00:00
test-script-animation.json
test-script-child.json
test-script-implicit-alpha.json
test-script-layout-property.json test-script-parser: Add a second child to the container 2010-08-25 16:18:25 +01:00
test-script-model.json model: Add support to define rows in ClutterScript 2011-01-21 20:44:17 +00:00
test-script-named-object.json actor: Parse actions, constraints and effects members 2010-06-17 17:35:00 +01:00
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 Do not use wildcards in test-state 2010-05-21 14:22:56 +01:00