Opened on 08/20/2015 at 03:40:26 PM
Closed on 08/24/2015 at 03:47:32 PM
#2936 closed change (fixed)
[cms] Support syntax for translatable strings with existing default value
| Reported by: | kzar | Assignee: | kzar | 
|---|---|---|---|
| Priority: | Unknown | Milestone: | |
| Module: | Sitescripts | Keywords: | cms | 
| Cc: | trev, saroyanm | Blocked By: | |
| Blocking: | Platform: | Unknown / Cross platform | |
| Ready: | no | Confidential: | no | 
| Tester: | Unknown | Verified working: | no | 
| Review URL(s): | |||
Description
Background
Currently our CMS supports translatable strings with a syntax like {{string_name[optional comment] Default language value}}. This works great until we want to re-use the same string. We then have to duplicate the whole default language string value. (It can also lead to mistakes, if there are multiple different values specified for a string then all but one will be lost.)
What to change
Add a new shorter syntax for strings that have been used previously {{string_name}}.
- If the string _hasn't_ been used previously, and therefore a default value has not already been specified an exception should be thrown.
 - Otherwise the existing default value / translation should be used.
 
Attachments (0)
Change History (2)
Note: See
        TracTickets for help on using
        tickets.
    
https://hg.adblockplus.org/cms/rev/8d4ad7a336cd