This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier a709a02538 merged branch fabpot/translation-metadata (PR #6349)
This PR was merged into the master branch.

Commits
-------

320fb6c [Translation] changed the MetadataAwareInterface method signatures
11ff433 [Translation] fixed CS in unit tests
c40db35 [Translation] removed some code that is not done anywhere else in Symfony
63719a0 [Translation] created a new interface to avoid breaking BC
23e9e65 [Translation] fixed name
5607732 [Translation] added Metadata to MessageCatalogue

Discussion
----------

[MessageCatalogue] Add Metadata to MessageCatalogue

rework of #4399

For improving the Gettext tools (PO, MO File Loader/Dumper) we need at least storage for their meta data.

This patch allows for issues below to store and process ie Po Header, Po Header Pluralisation rule.

Open
- [[WIP]: Allow Drupal to use Translate component](https://github.com/symfony/symfony/pull/4249)
- [[2.1][Translator] Symfony translation process & gettext](https://github.com/symfony/symfony/issues/4245)

Closed:
- [[Translation] Po/MoFileLoader parse plurization rules](https://github.com/symfony/symfony/pull/3023)

It has 1 TODO regarding addCatalogue: it now just override old values with new.
2012-12-15 13:49:35 +01:00
..
BrowserKit Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
ClassLoader fixed CS 2012-12-11 11:49:22 +01:00
Config Fixed typos 2012-12-14 22:27:02 +00:00
Console [Console] tweaked the select() method in the dialog helper to be more consistent with other method in the same class 2012-12-14 10:43:16 +01:00
CssSelector Merge branch '2.1' 2012-12-11 11:41:51 +01:00
DependencyInjection [DependencyInjection] Using class from Config component to loading XML files 2012-12-14 15:34:01 +01:00
DomCrawler Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
EventDispatcher Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
Filesystem Fixed typos 2012-12-14 22:27:02 +00:00
Finder Fixed typos 2012-12-14 22:27:02 +00:00
Form merged branch colinfrei/deprecationErrors (PR #6180) 2012-12-15 08:53:57 +01:00
HttpFoundation Merge branch 'master' of github.com:symfony/symfony into deprecationErrors 2012-12-14 23:30:36 +01:00
HttpKernel Merge branch '2.1' 2012-12-14 21:34:16 +01:00
Locale Fixed typos 2012-12-14 22:27:02 +00:00
OptionsResolver fixed CS 2012-12-11 11:49:22 +01:00
Process Fixed typos 2012-12-14 22:27:02 +00:00
Routing fix typos in PhpMatcherDumper 2012-12-14 23:50:21 +01:00
Security fixed CS 2012-12-11 11:49:22 +01:00
Serializer Merge branch '2.1' 2012-12-13 19:25:06 +01:00
Stopwatch fixed CS 2012-12-11 11:49:22 +01:00
Templating fixed CS 2012-12-11 11:49:22 +01:00
Translation [Translation] changed the MetadataAwareInterface method signatures 2012-12-14 14:10:50 +01:00
Validator merged branch ricardclau/rename_choice_to_oneof (PR #6360) 2012-12-15 13:25:28 +01:00
Yaml Fixed typos 2012-12-14 22:27:02 +00:00