We should exclude Fluent functions from pretranslation
Closed this issue · 1 comments
flodolo commented
Source string
fp-datetime = { DATETIME($datetime, month: "short", year: "numeric", day: "numeric") } { DATETIME($datetime, timeStyle: "long") }
All the variables get translated by pretranslation
fp-datetime = { DATETIME($datetime, mese: "breve", anno: "numerico", giorno: "numerico") } { DATETIME($datetime, timeStyle: "lungo") }
flodolo commented
This might be something incorrect in my local setup. The official instance of Pontoon seems to be managing this correctly.