Bug 1526875 - Land intl/l10n/FluentSyntax.jsm r=zbraniecki

Differential Revision: https://phabricator.services.mozilla.com/D19391

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Staś Małolepszy 2019-02-20 16:45:16 +00:00
parent e3f2246ee8
commit c2cf572a24
2 changed files with 1934 additions and 0 deletions

1930
intl/l10n/FluentSyntax.jsm Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,10 @@ EXTRA_JS_MODULES += [
'Localization.jsm',
]
TESTING_JS_MODULES += [
'FluentSyntax.jsm',
]
XPIDL_SOURCES += [
'mozIDOMLocalization.idl',
]