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/Translation/Loader
Fabien Potencier affb0cbca2 merged branch stealth35/trans_rb (PR #2136)
Commits
-------

e6e5146 [Translation] now support ResourceBundle

Discussion
----------

[2.1][Translation] now support ResourceBundle

support `.res` and `.dat` bundles

---------------------------------------------------------------------------

by marijn at 2011/09/08 08:59:39 -0700

There are a few references to `ressource`, I guess that is a typo...

---------------------------------------------------------------------------

by stealth35 at 2011/09/08 09:13:32 -0700

@marijn thank, done

---------------------------------------------------------------------------

by fabpot at 2011/09/11 00:42:37 -0700

Is it possible to add a dumper like we have for all other loaders?

---------------------------------------------------------------------------

by stof at 2011/09/11 03:46:39 -0700

Btw, you need to rebase your branch as it conflicts with master

---------------------------------------------------------------------------

by stealth35 at 2011/09/11 04:04:23 -0700

@fabpot it's more difficult (or the easy way it's to use `exec` with `derb`), I can create the text resources
@stof oki

---------------------------------------------------------------------------

by fabpot at 2011/09/11 23:52:19 -0700

@stealth35: Can you remove the `@api` tags? We will review what is included into the public API later on. thanks.

---------------------------------------------------------------------------

by stealth35 at 2011/09/12 04:18:07 -0700

@fabpot done
2011-09-13 08:49:05 +02:00
..
schema/dic/xliff-core [Translation] added the component 2010-09-27 09:45:29 +02:00
ArrayLoader.php [Translation] tagged the guaranteed BC API 2011-03-24 09:07:52 +01:00
CsvFileLoader.php [Translation] fixed CS 2011-07-07 12:27:49 +02:00
LoaderInterface.php [Translation] tagged the guaranteed BC API 2011-03-24 09:07:52 +01:00
PhpFileLoader.php [Translation] tagged the guaranteed BC API 2011-03-24 09:07:52 +01:00
QtTranslationsLoader.php Fix typo and include suggestion by Stof 2011-09-04 20:47:45 +02:00
ResourceBundleLoader.php [Translation] now support ResourceBundle 2011-09-12 13:17:14 +02:00
XliffFileLoader.php few optimisations for XliffFileLoader and XmlFileLoader 2011-09-05 15:06:29 +02:00
YamlFileLoader.php Removed executable bits from all php files 2011-09-07 22:51:20 +02:00