Changes between Initial Version and Version 1 of Ticket #28636, comment 17


Ignore:
Timestamp:
Oct 3, 2017, 5:10:28 AM (7 years ago)
Author:
Denis Anuschewski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28636, comment 17

    initial v1  
    11Yes, I'm sure. Because what you implemented as a fallback differs from what `add_fallback` is providing:
    22
    3 Your fallback determines what translation language to use when none is found. `add_fallback` on the other hand gives a fallback on string basis when no translation for the string ist found in a translation file.
     3Your fallback determines what translation language to use when none is found. `add_fallback` on the other hand gives a fallback on string basis when no translation for the string is found in a translation file. I need both for my desired result.
    44
    5 So with your code a Spanish user e.g. get's Spanish language, but missing Spanish translations get displayed in German. The Goal ist to have an English fallback in this case which `add_fallback` provides.
     5So with your code a Spanish user e.g. get's Spanish language, but missing Spanish translations get displayed in German. The goal ist to have an English fallback in this case which `add_fallback` provides so that when your fallback does not come into play, the discovered user language get's an additional translation fallback.
Back to Top