Closed
Bug 1412808
Opened 7 years ago
Closed 7 years ago
Remove the LITERAL helper
Categories
(Localization Infrastructure and Tools :: Fluent Migration, enhancement)
Localization Infrastructure and Tools
Fluent Migration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stas, Assigned: stas)
Details
Attachments
(1 file)
Its most common use-case can be fullfilled with a simple FTL.TextElement() because CONCAT is also capable of concatenating TextElements and Placables.
Its other use-case (defining a hard-coded value for a Message) is rare and the alternative is not too bad:
FTL.Pattern([
FTL.TextElement("Hardcoded value")
])
Its third use-case was in REPLACE as the foreach function. That's already covered by the default value of foreach, however.
Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Attachment #8923346 -
Flags: review?(l10n) → review+
Assignee | ||
Comment 2•7 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
No longer blocks: fluent.migrate
Component: Python Library → Fluent Migration
Product: L20n → Localization Infrastructure and Tools
You need to log in
before you can comment on or make changes to this bug.
Description
•