Closed Bug 968248 Opened 10 years ago Closed 10 years ago

[Gaia] Malformed macro in contactsExported2

Categories

(Mozilla Localizations :: zh-TW / Chinese (Traditional), defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: stas, Assigned: petercpg)

Details

The macro call in http://hg.mozilla.org/gaia-l10n/zh-TW/file/f65d8f441d43/apps/communications/contacts/contacts.properties#l110 currently reads:

contactsExported2        = {{ plural(exported) }}

The correct macro call syntax in webL10n is:

contactsExported2        = {[ plural(exported) ]}

Note {[ and ]} instead of {{ and }}.
Fixed in gaia-l10n: https://hg.mozilla.org/gaia-l10n/zh-TW/rev/05f854047d66

Thanks Stas :)
Status: NEW → RESOLVED
Closed: 10 years ago
OS: Linux → Gonk (Firefox OS)
Hardware: x86_64 → ARM
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.