No readme file found in bundle.
Copyright (c) 2011 Florian Klein
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
knplabs_translator:
include_vendor_assets: true
enabled: true
-
Merge pull request #26 from OskarStark/patch-1
By web-flow, 3 years ago
-
removed blank lines & added code block to composer command
By OskarStark, 3 years ago
-
searche matches on all textNodes, not only first child
By docteurklein, 4 years ago
-
Merge pull request #24 from docteurklein/3.0-dev
By docteurklein, 4 years ago
-
Update README.md
By docteurklein, 4 years ago
-
refactor for symfony 2.6+
By docteurklein, 4 years ago
-
Merge pull request #20 from adrienrusso/master
By docteurklein, 6 years ago
-
Add composer.json
By arusso, 6 years ago
-
fix typo; close #18
By docteurklein, 6 years ago
-
added a enabled option
By docteurklein, 7 years ago
-
Merge pull request #15 from sensi/master
By docteurklein, 7 years ago
-
Add deps-file include snipped
By Michael Ofner, 7 years ago
-
added optional highlight of untranslated strings
By docteurklein, 7 years ago
-
fixed break with twin node visitor
By docteurklein, 7 years ago
-
handle multiple trans tags on a DOM element nodeValue and its attributes; closes #9
By docteurklein, 8 years ago
-
Merge branch 'master' of git://github.com/docteurklein/TranslatorBundle
By docteurklein, 8 years ago
-
added license
By docteurklein, 8 years ago
-
Merge pull request #8 from Gladhon/master
By docteurklein, 8 years ago
-
reinitialize added
By Gladhon, 8 years ago
-
Edited Listener/ResponseListener.php via GitHub
By Gladhon, 8 years ago
-
adding getTranslator function to avoid conflicts with SonataAdminBundle.
By Gladhon, 8 years ago
-
use function to load translator, so if content change, translator can be reloaded
By Gladhon, 8 years ago
-
removed old methods in README
By docteurklein, 8 years ago
-
accelerate js by avoiding Iteration over all trans nodes
By docteurklein, 8 years ago
-
Changed symfony's translator service name
By docteurklein, 8 years ago
-
Fixes error if no tranlsation file is registered
By docteurklein, 8 years ago
-
Following new signature of Twig translator helper
By docteurklein, 8 years ago
-
changed dblclick event to mouseover with 1sec delay; see #6
By docteurklein, 8 years ago
-
using templating to wrap trans texts; see #7
By docteurklein, 8 years ago
-
revert tests on transation files
By docteurklein, 8 years ago