Code Monkey home page Code Monkey logo

aotranslationbundle's People

Contributors

adrianolek avatar pinkeen avatar yagoquinoy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aotranslationbundle's Issues

The translator crashes when null id is passed

It can happen in some situations (when the translatable string is determined at runtime) that a null value is passed to the translator.

I consider this a bug because this doesn't crash the default Symfony translator: {{ null|trans }}.

The error presents itself on the db level: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'identification' cannot be null.

Null ids should be skipped. I will prepare a PR with fix when have the time.

Unique constraint violation when a message belongs two more than one cache

When a message belonging to at least two caches is added then TranslationListener crashes with unique constraint violation database error. Probably some other circumstances cause the problem to manifest (it doesn't alway manifest). Couldn't reproduce clearly but narrowed it down to TranslationListener. The new cache was being added to message's relation even if it was already present.

Transchoice doesn't work properly if locale isn't set explicitly

Transchoice doesn't work if locale isn't set explicitly because null locale is passed to Symfony\Component\Translation\MessageSelector which does not determine the default locale on its own.

Adding this code:

if (!isset($locale)) {
    $locale = $this->getLocale();
}

to the top of AO\TranslationBundle\Translation\Translator::transChoice fixes the problem but is not the prettiest solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.