Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
687 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 | // THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
|
---|
| 3 | // CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
|
---|
| 4 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 5 | exports.Format = void 0;
|
---|
| 6 | /**
|
---|
| 7 | * Output format for the generated file.
|
---|
| 8 | */
|
---|
| 9 | var Format;
|
---|
| 10 | (function (Format) {
|
---|
| 11 | Format["Arb"] = "arb";
|
---|
| 12 | Format["Json"] = "json";
|
---|
| 13 | Format["LegacyMigrate"] = "legacy-migrate";
|
---|
| 14 | Format["Xlf"] = "xlf";
|
---|
| 15 | Format["Xlf2"] = "xlf2";
|
---|
| 16 | Format["Xlif"] = "xlif";
|
---|
| 17 | Format["Xliff"] = "xliff";
|
---|
| 18 | Format["Xliff2"] = "xliff2";
|
---|
| 19 | Format["Xmb"] = "xmb";
|
---|
| 20 | })(Format = exports.Format || (exports.Format = {}));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.