1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 17:21:51 +00:00
tobspr_shapez.io/docs/ast/source/languages.js.json
2021-02-26 15:20:37 +01:00

18138 lines
463 KiB
JSON

{
"type": "File",
"start": 0,
"end": 2895,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 127,
"column": 2
}
},
"program": {
"type": "Program",
"start": 0,
"end": 2895,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 127,
"column": 2
}
},
"sourceType": "module",
"body": [
{
"type": "ExportNamedDeclaration",
"start": 94,
"end": 2895,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 127,
"column": 2
}
},
"specifiers": [],
"source": null,
"declaration": {
"type": "VariableDeclaration",
"start": 101,
"end": 2895,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 127,
"column": 2
}
},
"declarations": [
{
"type": "VariableDeclarator",
"start": 107,
"end": 2894,
"loc": {
"start": {
"line": 4,
"column": 13
},
"end": {
"line": 127,
"column": 1
}
},
"id": {
"type": "Identifier",
"start": 107,
"end": 116,
"loc": {
"start": {
"line": 4,
"column": 13
},
"end": {
"line": 4,
"column": 22
},
"identifierName": "LANGUAGES"
},
"name": "LANGUAGES",
"leadingComments": null
},
"init": {
"type": "ObjectExpression",
"start": 119,
"end": 2894,
"loc": {
"start": {
"line": 4,
"column": 25
},
"end": {
"line": 127,
"column": 1
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 126,
"end": 229,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 10,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 126,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 8
}
},
"extra": {
"rawValue": "en",
"raw": "\"en\""
},
"value": "en"
},
"value": {
"type": "ObjectExpression",
"start": 132,
"end": 229,
"loc": {
"start": {
"line": 5,
"column": 10
},
"end": {
"line": 10,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 143,
"end": 158,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 143,
"end": 147,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 149,
"end": 158,
"loc": {
"start": {
"line": 6,
"column": 14
},
"end": {
"line": 6,
"column": 23
}
},
"extra": {
"rawValue": "English",
"raw": "\"English\""
},
"value": "English"
}
},
{
"type": "ObjectProperty",
"start": 169,
"end": 179,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 169,
"end": 173,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "NullLiteral",
"start": 175,
"end": 179,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 18
}
}
}
},
{
"type": "ObjectProperty",
"start": 190,
"end": 200,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 190,
"end": 194,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 196,
"end": 200,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 18
}
},
"extra": {
"rawValue": "en",
"raw": "\"en\""
},
"value": "en"
}
},
{
"type": "ObjectProperty",
"start": 211,
"end": 221,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 211,
"end": 217,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 219,
"end": 221,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 236,
"end": 371,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 16,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 236,
"end": 240,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 8
}
},
"extra": {
"rawValue": "de",
"raw": "\"de\""
},
"value": "de"
},
"value": {
"type": "ObjectExpression",
"start": 242,
"end": 371,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 16,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 253,
"end": 268,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 253,
"end": 257,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 259,
"end": 268,
"loc": {
"start": {
"line": 12,
"column": 14
},
"end": {
"line": 12,
"column": 23
}
},
"extra": {
"rawValue": "Deutsch",
"raw": "\"Deutsch\""
},
"value": "Deutsch"
}
},
{
"type": "ObjectProperty",
"start": 279,
"end": 321,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 279,
"end": 283,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 285,
"end": 321,
"loc": {
"start": {
"line": 13,
"column": 14
},
"end": {
"line": 13,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 285,
"end": 292,
"loc": {
"start": {
"line": 13,
"column": 14
},
"end": {
"line": 13,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 293,
"end": 320,
"loc": {
"start": {
"line": 13,
"column": 22
},
"end": {
"line": 13,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-de.json",
"raw": "\"./built-temp/base-de.json\""
},
"value": "./built-temp/base-de.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 332,
"end": 342,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 332,
"end": 336,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 338,
"end": 342,
"loc": {
"start": {
"line": 14,
"column": 14
},
"end": {
"line": 14,
"column": 18
}
},
"extra": {
"rawValue": "de",
"raw": "\"de\""
},
"value": "de"
}
},
{
"type": "ObjectProperty",
"start": 353,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 353,
"end": 359,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 361,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 16
},
"end": {
"line": 15,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 378,
"end": 514,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 22,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 378,
"end": 382,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 8
}
},
"extra": {
"rawValue": "fr",
"raw": "\"fr\""
},
"value": "fr"
},
"value": {
"type": "ObjectExpression",
"start": 384,
"end": 514,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 22,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 395,
"end": 411,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 24
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 395,
"end": 399,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 401,
"end": 411,
"loc": {
"start": {
"line": 18,
"column": 14
},
"end": {
"line": 18,
"column": 24
}
},
"extra": {
"rawValue": "Français",
"raw": "\"Français\""
},
"value": "Français"
}
},
{
"type": "ObjectProperty",
"start": 422,
"end": 464,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 422,
"end": 426,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 428,
"end": 464,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 428,
"end": 435,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 436,
"end": 463,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-fr.json",
"raw": "\"./built-temp/base-fr.json\""
},
"value": "./built-temp/base-fr.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 475,
"end": 485,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 475,
"end": 479,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 481,
"end": 485,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 18
}
},
"extra": {
"rawValue": "fr",
"raw": "\"fr\""
},
"value": "fr"
}
},
{
"type": "ObjectProperty",
"start": 496,
"end": 506,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 496,
"end": 502,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 504,
"end": 506,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 521,
"end": 652,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 521,
"end": 525,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 8
}
},
"extra": {
"rawValue": "ja",
"raw": "\"ja\""
},
"value": "ja"
},
"value": {
"type": "ObjectExpression",
"start": 527,
"end": 652,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 28,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 538,
"end": 549,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 19
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 538,
"end": 542,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 544,
"end": 549,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 19
}
},
"extra": {
"rawValue": "日本語",
"raw": "\"日本語\""
},
"value": "日本語"
}
},
{
"type": "ObjectProperty",
"start": 560,
"end": 602,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 560,
"end": 564,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 566,
"end": 602,
"loc": {
"start": {
"line": 25,
"column": 14
},
"end": {
"line": 25,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 566,
"end": 573,
"loc": {
"start": {
"line": 25,
"column": 14
},
"end": {
"line": 25,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 574,
"end": 601,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-ja.json",
"raw": "\"./built-temp/base-ja.json\""
},
"value": "./built-temp/base-ja.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 613,
"end": 623,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 613,
"end": 617,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 619,
"end": 623,
"loc": {
"start": {
"line": 26,
"column": 14
},
"end": {
"line": 26,
"column": 18
}
},
"extra": {
"rawValue": "ja",
"raw": "\"ja\""
},
"value": "ja"
}
},
{
"type": "ObjectProperty",
"start": 634,
"end": 644,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 634,
"end": 640,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 642,
"end": 644,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 659,
"end": 815,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 34,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 659,
"end": 666,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 11
}
},
"extra": {
"rawValue": "pt-PT",
"raw": "\"pt-PT\""
},
"value": "pt-PT"
},
"value": {
"type": "ObjectExpression",
"start": 668,
"end": 815,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 34,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 679,
"end": 707,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 36
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 679,
"end": 683,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 685,
"end": 707,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 30,
"column": 36
}
},
"extra": {
"rawValue": "Português (Portugal)",
"raw": "\"Português (Portugal)\""
},
"value": "Português (Portugal)"
}
},
{
"type": "ObjectProperty",
"start": 718,
"end": 763,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 53
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 718,
"end": 722,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 724,
"end": 763,
"loc": {
"start": {
"line": 31,
"column": 14
},
"end": {
"line": 31,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 724,
"end": 731,
"loc": {
"start": {
"line": 31,
"column": 14
},
"end": {
"line": 31,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 732,
"end": 762,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 52
}
},
"extra": {
"rawValue": "./built-temp/base-pt-PT.json",
"raw": "\"./built-temp/base-pt-PT.json\""
},
"value": "./built-temp/base-pt-PT.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 774,
"end": 784,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 774,
"end": 778,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 780,
"end": 784,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 18
}
},
"extra": {
"rawValue": "pt",
"raw": "\"pt\""
},
"value": "pt"
}
},
{
"type": "ObjectProperty",
"start": 795,
"end": 807,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 795,
"end": 801,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 803,
"end": 807,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 20
}
},
"extra": {
"rawValue": "PT",
"raw": "\"PT\""
},
"value": "PT"
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 822,
"end": 976,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 40,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 822,
"end": 829,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 11
}
},
"extra": {
"rawValue": "pt-BR",
"raw": "\"pt-BR\""
},
"value": "pt-BR"
},
"value": {
"type": "ObjectExpression",
"start": 831,
"end": 976,
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 40,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 842,
"end": 868,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 34
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 842,
"end": 846,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 848,
"end": 868,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 34
}
},
"extra": {
"rawValue": "Português (Brasil)",
"raw": "\"Português (Brasil)\""
},
"value": "Português (Brasil)"
}
},
{
"type": "ObjectProperty",
"start": 879,
"end": 924,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 53
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 879,
"end": 883,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 885,
"end": 924,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 885,
"end": 892,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 893,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 22
},
"end": {
"line": 37,
"column": 52
}
},
"extra": {
"rawValue": "./built-temp/base-pt-BR.json",
"raw": "\"./built-temp/base-pt-BR.json\""
},
"value": "./built-temp/base-pt-BR.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 935,
"end": 945,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 935,
"end": 939,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 941,
"end": 945,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 18
}
},
"extra": {
"rawValue": "pt",
"raw": "\"pt\""
},
"value": "pt"
}
},
{
"type": "ObjectProperty",
"start": 956,
"end": 968,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 956,
"end": 962,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 964,
"end": 968,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 20
}
},
"extra": {
"rawValue": "BR",
"raw": "\"BR\""
},
"value": "BR"
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 983,
"end": 1118,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 46,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 983,
"end": 987,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 8
}
},
"extra": {
"rawValue": "ru",
"raw": "\"ru\""
},
"value": "ru"
},
"value": {
"type": "ObjectExpression",
"start": 989,
"end": 1118,
"loc": {
"start": {
"line": 41,
"column": 10
},
"end": {
"line": 46,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1000,
"end": 1015,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1000,
"end": 1004,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1006,
"end": 1015,
"loc": {
"start": {
"line": 42,
"column": 14
},
"end": {
"line": 42,
"column": 23
}
},
"extra": {
"rawValue": "Русский",
"raw": "\"Русский\""
},
"value": "Русский"
}
},
{
"type": "ObjectProperty",
"start": 1026,
"end": 1068,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1026,
"end": 1030,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1032,
"end": 1068,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1032,
"end": 1039,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1040,
"end": 1067,
"loc": {
"start": {
"line": 43,
"column": 22
},
"end": {
"line": 43,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-ru.json",
"raw": "\"./built-temp/base-ru.json\""
},
"value": "./built-temp/base-ru.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1079,
"end": 1089,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1079,
"end": 1083,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1085,
"end": 1089,
"loc": {
"start": {
"line": 44,
"column": 14
},
"end": {
"line": 44,
"column": 18
}
},
"extra": {
"rawValue": "ru",
"raw": "\"ru\""
},
"value": "ru"
}
},
{
"type": "ObjectProperty",
"start": 1100,
"end": 1110,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1100,
"end": 1106,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1108,
"end": 1110,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1125,
"end": 1260,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 52,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1125,
"end": 1129,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 8
}
},
"extra": {
"rawValue": "cs",
"raw": "\"cs\""
},
"value": "cs"
},
"value": {
"type": "ObjectExpression",
"start": 1131,
"end": 1260,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 52,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1142,
"end": 1157,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1142,
"end": 1146,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1148,
"end": 1157,
"loc": {
"start": {
"line": 48,
"column": 14
},
"end": {
"line": 48,
"column": 23
}
},
"extra": {
"rawValue": "Čeština",
"raw": "\"Čeština\""
},
"value": "Čeština"
}
},
{
"type": "ObjectProperty",
"start": 1168,
"end": 1210,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1168,
"end": 1172,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1174,
"end": 1210,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1174,
"end": 1181,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1182,
"end": 1209,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-cz.json",
"raw": "\"./built-temp/base-cz.json\""
},
"value": "./built-temp/base-cz.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1221,
"end": 1231,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1227,
"end": 1231,
"loc": {
"start": {
"line": 50,
"column": 14
},
"end": {
"line": 50,
"column": 18
}
},
"extra": {
"rawValue": "cs",
"raw": "\"cs\""
},
"value": "cs"
}
},
{
"type": "ObjectProperty",
"start": 1242,
"end": 1252,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1242,
"end": 1248,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1250,
"end": 1252,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1267,
"end": 1406,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 58,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1267,
"end": 1275,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 12
}
},
"extra": {
"rawValue": "es-419",
"raw": "\"es-419\""
},
"value": "es-419"
},
"value": {
"type": "ObjectExpression",
"start": 1277,
"end": 1406,
"loc": {
"start": {
"line": 53,
"column": 14
},
"end": {
"line": 58,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1288,
"end": 1303,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1288,
"end": 1292,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1294,
"end": 1303,
"loc": {
"start": {
"line": 54,
"column": 14
},
"end": {
"line": 54,
"column": 23
}
},
"extra": {
"rawValue": "Español",
"raw": "\"Español\""
},
"value": "Español"
}
},
{
"type": "ObjectProperty",
"start": 1314,
"end": 1356,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1314,
"end": 1318,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1320,
"end": 1356,
"loc": {
"start": {
"line": 55,
"column": 14
},
"end": {
"line": 55,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1320,
"end": 1327,
"loc": {
"start": {
"line": 55,
"column": 14
},
"end": {
"line": 55,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1328,
"end": 1355,
"loc": {
"start": {
"line": 55,
"column": 22
},
"end": {
"line": 55,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-es.json",
"raw": "\"./built-temp/base-es.json\""
},
"value": "./built-temp/base-es.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1367,
"end": 1377,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1367,
"end": 1371,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1373,
"end": 1377,
"loc": {
"start": {
"line": 56,
"column": 14
},
"end": {
"line": 56,
"column": 18
}
},
"extra": {
"rawValue": "es",
"raw": "\"es\""
},
"value": "es"
}
},
{
"type": "ObjectProperty",
"start": 1388,
"end": 1398,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1388,
"end": 1394,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1396,
"end": 1398,
"loc": {
"start": {
"line": 57,
"column": 16
},
"end": {
"line": 57,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1413,
"end": 1547,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 64,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1413,
"end": 1417,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 8
}
},
"extra": {
"rawValue": "pl",
"raw": "\"pl\""
},
"value": "pl"
},
"value": {
"type": "ObjectExpression",
"start": 1419,
"end": 1547,
"loc": {
"start": {
"line": 59,
"column": 10
},
"end": {
"line": 64,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1430,
"end": 1444,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1430,
"end": 1434,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1436,
"end": 1444,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 22
}
},
"extra": {
"rawValue": "Polski",
"raw": "\"Polski\""
},
"value": "Polski"
}
},
{
"type": "ObjectProperty",
"start": 1455,
"end": 1497,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1455,
"end": 1459,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1461,
"end": 1497,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 61,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1461,
"end": 1468,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 61,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1469,
"end": 1496,
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-pl.json",
"raw": "\"./built-temp/base-pl.json\""
},
"value": "./built-temp/base-pl.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1508,
"end": 1518,
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1508,
"end": 1512,
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1514,
"end": 1518,
"loc": {
"start": {
"line": 62,
"column": 14
},
"end": {
"line": 62,
"column": 18
}
},
"extra": {
"rawValue": "pl",
"raw": "\"pl\""
},
"value": "pl"
}
},
{
"type": "ObjectProperty",
"start": 1529,
"end": 1539,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1529,
"end": 1535,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1537,
"end": 1539,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1554,
"end": 1688,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 70,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1554,
"end": 1559,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 9
}
},
"extra": {
"rawValue": "kor",
"raw": "\"kor\""
},
"value": "kor"
},
"value": {
"type": "ObjectExpression",
"start": 1561,
"end": 1688,
"loc": {
"start": {
"line": 65,
"column": 11
},
"end": {
"line": 70,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1572,
"end": 1583,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 19
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1572,
"end": 1576,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1578,
"end": 1583,
"loc": {
"start": {
"line": 66,
"column": 14
},
"end": {
"line": 66,
"column": 19
}
},
"extra": {
"rawValue": "한국어",
"raw": "\"한국어\""
},
"value": "한국어"
}
},
{
"type": "ObjectProperty",
"start": 1594,
"end": 1637,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 51
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1594,
"end": 1598,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1600,
"end": 1637,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 51
}
},
"callee": {
"type": "Identifier",
"start": 1600,
"end": 1607,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1608,
"end": 1636,
"loc": {
"start": {
"line": 67,
"column": 22
},
"end": {
"line": 67,
"column": 50
}
},
"extra": {
"rawValue": "./built-temp/base-kor.json",
"raw": "\"./built-temp/base-kor.json\""
},
"value": "./built-temp/base-kor.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1648,
"end": 1659,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 19
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1648,
"end": 1652,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1654,
"end": 1659,
"loc": {
"start": {
"line": 68,
"column": 14
},
"end": {
"line": 68,
"column": 19
}
},
"extra": {
"rawValue": "kor",
"raw": "\"kor\""
},
"value": "kor"
}
},
{
"type": "ObjectProperty",
"start": 1670,
"end": 1680,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1670,
"end": 1676,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1678,
"end": 1680,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1695,
"end": 1833,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 76,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1695,
"end": 1699,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 8
}
},
"extra": {
"rawValue": "nl",
"raw": "\"nl\""
},
"value": "nl"
},
"value": {
"type": "ObjectExpression",
"start": 1701,
"end": 1833,
"loc": {
"start": {
"line": 71,
"column": 10
},
"end": {
"line": 76,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1712,
"end": 1730,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 26
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1712,
"end": 1716,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1718,
"end": 1730,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 26
}
},
"extra": {
"rawValue": "Nederlands",
"raw": "\"Nederlands\""
},
"value": "Nederlands"
}
},
{
"type": "ObjectProperty",
"start": 1741,
"end": 1783,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1741,
"end": 1745,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1747,
"end": 1783,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1747,
"end": 1754,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1755,
"end": 1782,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-nl.json",
"raw": "\"./built-temp/base-nl.json\""
},
"value": "./built-temp/base-nl.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1794,
"end": 1804,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1794,
"end": 1798,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1800,
"end": 1804,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 18
}
},
"extra": {
"rawValue": "nl",
"raw": "\"nl\""
},
"value": "nl"
}
},
{
"type": "ObjectProperty",
"start": 1815,
"end": 1825,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1815,
"end": 1821,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1823,
"end": 1825,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1840,
"end": 1973,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1840,
"end": 1844,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 77,
"column": 8
}
},
"extra": {
"rawValue": "no",
"raw": "\"no\""
},
"value": "no"
},
"value": {
"type": "ObjectExpression",
"start": 1846,
"end": 1973,
"loc": {
"start": {
"line": 77,
"column": 10
},
"end": {
"line": 82,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1857,
"end": 1870,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1857,
"end": 1861,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 1863,
"end": 1870,
"loc": {
"start": {
"line": 78,
"column": 14
},
"end": {
"line": 78,
"column": 21
}
},
"extra": {
"rawValue": "Norsk",
"raw": "\"Norsk\""
},
"value": "Norsk"
}
},
{
"type": "ObjectProperty",
"start": 1881,
"end": 1923,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1881,
"end": 1885,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 1887,
"end": 1923,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 1887,
"end": 1894,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 1895,
"end": 1922,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-no.json",
"raw": "\"./built-temp/base-no.json\""
},
"value": "./built-temp/base-no.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 1934,
"end": 1944,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1934,
"end": 1938,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 1940,
"end": 1944,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 18
}
},
"extra": {
"rawValue": "no",
"raw": "\"no\""
},
"value": "no"
}
},
{
"type": "ObjectProperty",
"start": 1955,
"end": 1965,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1955,
"end": 1961,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 1963,
"end": 1965,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 1982,
"end": 2116,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 89,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 1982,
"end": 1986,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 8
}
},
"extra": {
"rawValue": "tr",
"raw": "\"tr\""
},
"value": "tr"
},
"value": {
"type": "ObjectExpression",
"start": 1988,
"end": 2116,
"loc": {
"start": {
"line": 84,
"column": 10
},
"end": {
"line": 89,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 1999,
"end": 2013,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 1999,
"end": 2003,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 2005,
"end": 2013,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 22
}
},
"extra": {
"rawValue": "Türkçe",
"raw": "\"Türkçe\""
},
"value": "Türkçe"
}
},
{
"type": "ObjectProperty",
"start": 2024,
"end": 2066,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2024,
"end": 2028,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2030,
"end": 2066,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 2030,
"end": 2037,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2038,
"end": 2065,
"loc": {
"start": {
"line": 86,
"column": 22
},
"end": {
"line": 86,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-tr.json",
"raw": "\"./built-temp/base-tr.json\""
},
"value": "./built-temp/base-tr.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2077,
"end": 2087,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2077,
"end": 2081,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2083,
"end": 2087,
"loc": {
"start": {
"line": 87,
"column": 14
},
"end": {
"line": 87,
"column": 18
}
},
"extra": {
"rawValue": "tr",
"raw": "\"tr\""
},
"value": "tr"
}
},
{
"type": "ObjectProperty",
"start": 2098,
"end": 2108,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2098,
"end": 2104,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2106,
"end": 2108,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2125,
"end": 2288,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 97,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 2125,
"end": 2132,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 11
}
},
"extra": {
"rawValue": "zh-CN",
"raw": "\"zh-CN\""
},
"value": "zh-CN"
},
"value": {
"type": "ObjectExpression",
"start": 2134,
"end": 2288,
"loc": {
"start": {
"line": 91,
"column": 13
},
"end": {
"line": 97,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2168,
"end": 2180,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2168,
"end": 2172,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 12
},
"identifierName": "name"
},
"name": "name",
"leadingComments": null
},
"value": {
"type": "StringLiteral",
"start": 2174,
"end": 2180,
"loc": {
"start": {
"line": 93,
"column": 14
},
"end": {
"line": 93,
"column": 20
}
},
"extra": {
"rawValue": "中文简体",
"raw": "\"中文简体\""
},
"value": "中文简体"
},
"leadingComments": [
{
"type": "CommentLine",
"value": " simplified",
"start": 2145,
"end": 2158,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 21
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 2191,
"end": 2236,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 53
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2191,
"end": 2195,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2197,
"end": 2236,
"loc": {
"start": {
"line": 94,
"column": 14
},
"end": {
"line": 94,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 2197,
"end": 2204,
"loc": {
"start": {
"line": 94,
"column": 14
},
"end": {
"line": 94,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2205,
"end": 2235,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 52
}
},
"extra": {
"rawValue": "./built-temp/base-zh-CN.json",
"raw": "\"./built-temp/base-zh-CN.json\""
},
"value": "./built-temp/base-zh-CN.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2247,
"end": 2257,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2247,
"end": 2251,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2253,
"end": 2257,
"loc": {
"start": {
"line": 95,
"column": 14
},
"end": {
"line": 95,
"column": 18
}
},
"extra": {
"rawValue": "zh",
"raw": "\"zh\""
},
"value": "zh"
}
},
{
"type": "ObjectProperty",
"start": 2268,
"end": 2280,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2268,
"end": 2274,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2276,
"end": 2280,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 20
}
},
"extra": {
"rawValue": "CN",
"raw": "\"CN\""
},
"value": "CN"
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2297,
"end": 2461,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 105,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 2297,
"end": 2304,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 99,
"column": 11
}
},
"extra": {
"rawValue": "zh-TW",
"raw": "\"zh-TW\""
},
"value": "zh-TW"
},
"value": {
"type": "ObjectExpression",
"start": 2306,
"end": 2461,
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 105,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2341,
"end": 2353,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2341,
"end": 2345,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 12
},
"identifierName": "name"
},
"name": "name",
"leadingComments": null
},
"value": {
"type": "StringLiteral",
"start": 2347,
"end": 2353,
"loc": {
"start": {
"line": 101,
"column": 14
},
"end": {
"line": 101,
"column": 20
}
},
"extra": {
"rawValue": "中文繁體",
"raw": "\"中文繁體\""
},
"value": "中文繁體"
},
"leadingComments": [
{
"type": "CommentLine",
"value": " traditional",
"start": 2317,
"end": 2331,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 22
}
}
}
]
},
{
"type": "ObjectProperty",
"start": 2364,
"end": 2409,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 53
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2364,
"end": 2368,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2370,
"end": 2409,
"loc": {
"start": {
"line": 102,
"column": 14
},
"end": {
"line": 102,
"column": 53
}
},
"callee": {
"type": "Identifier",
"start": 2370,
"end": 2377,
"loc": {
"start": {
"line": 102,
"column": 14
},
"end": {
"line": 102,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2378,
"end": 2408,
"loc": {
"start": {
"line": 102,
"column": 22
},
"end": {
"line": 102,
"column": 52
}
},
"extra": {
"rawValue": "./built-temp/base-zh-TW.json",
"raw": "\"./built-temp/base-zh-TW.json\""
},
"value": "./built-temp/base-zh-TW.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2420,
"end": 2430,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2420,
"end": 2424,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2426,
"end": 2430,
"loc": {
"start": {
"line": 103,
"column": 14
},
"end": {
"line": 103,
"column": 18
}
},
"extra": {
"rawValue": "zh",
"raw": "\"zh\""
},
"value": "zh"
}
},
{
"type": "ObjectProperty",
"start": 2441,
"end": 2453,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 20
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2441,
"end": 2447,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2449,
"end": 2453,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 20
}
},
"extra": {
"rawValue": "TW",
"raw": "\"TW\""
},
"value": "TW"
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2470,
"end": 2605,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 112,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 2470,
"end": 2474,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 107,
"column": 8
}
},
"extra": {
"rawValue": "sv",
"raw": "\"sv\""
},
"value": "sv"
},
"value": {
"type": "ObjectExpression",
"start": 2476,
"end": 2605,
"loc": {
"start": {
"line": 107,
"column": 10
},
"end": {
"line": 112,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2487,
"end": 2502,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 23
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2487,
"end": 2491,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 2493,
"end": 2502,
"loc": {
"start": {
"line": 108,
"column": 14
},
"end": {
"line": 108,
"column": 23
}
},
"extra": {
"rawValue": "Svenska",
"raw": "\"Svenska\""
},
"value": "Svenska"
}
},
{
"type": "ObjectProperty",
"start": 2513,
"end": 2555,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2513,
"end": 2517,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2519,
"end": 2555,
"loc": {
"start": {
"line": 109,
"column": 14
},
"end": {
"line": 109,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 2519,
"end": 2526,
"loc": {
"start": {
"line": 109,
"column": 14
},
"end": {
"line": 109,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2527,
"end": 2554,
"loc": {
"start": {
"line": 109,
"column": 22
},
"end": {
"line": 109,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-sv.json",
"raw": "\"./built-temp/base-sv.json\""
},
"value": "./built-temp/base-sv.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2566,
"end": 2576,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2566,
"end": 2570,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2572,
"end": 2576,
"loc": {
"start": {
"line": 110,
"column": 14
},
"end": {
"line": 110,
"column": 18
}
},
"extra": {
"rawValue": "sv",
"raw": "\"sv\""
},
"value": "sv"
}
},
{
"type": "ObjectProperty",
"start": 2587,
"end": 2597,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2587,
"end": 2593,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2595,
"end": 2597,
"loc": {
"start": {
"line": 111,
"column": 16
},
"end": {
"line": 111,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2614,
"end": 2747,
"loc": {
"start": {
"line": 114,
"column": 4
},
"end": {
"line": 119,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 2614,
"end": 2618,
"loc": {
"start": {
"line": 114,
"column": 4
},
"end": {
"line": 114,
"column": 8
}
},
"extra": {
"rawValue": "da",
"raw": "\"da\""
},
"value": "da"
},
"value": {
"type": "ObjectExpression",
"start": 2620,
"end": 2747,
"loc": {
"start": {
"line": 114,
"column": 10
},
"end": {
"line": 119,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2631,
"end": 2644,
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 21
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2631,
"end": 2635,
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 2637,
"end": 2644,
"loc": {
"start": {
"line": 115,
"column": 14
},
"end": {
"line": 115,
"column": 21
}
},
"extra": {
"rawValue": "Dansk",
"raw": "\"Dansk\""
},
"value": "Dansk"
}
},
{
"type": "ObjectProperty",
"start": 2655,
"end": 2697,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2655,
"end": 2659,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2661,
"end": 2697,
"loc": {
"start": {
"line": 116,
"column": 14
},
"end": {
"line": 116,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 2661,
"end": 2668,
"loc": {
"start": {
"line": 116,
"column": 14
},
"end": {
"line": 116,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2669,
"end": 2696,
"loc": {
"start": {
"line": 116,
"column": 22
},
"end": {
"line": 116,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-da.json",
"raw": "\"./built-temp/base-da.json\""
},
"value": "./built-temp/base-da.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2708,
"end": 2718,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2708,
"end": 2712,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2714,
"end": 2718,
"loc": {
"start": {
"line": 117,
"column": 14
},
"end": {
"line": 117,
"column": 18
}
},
"extra": {
"rawValue": "da",
"raw": "\"da\""
},
"value": "da"
}
},
{
"type": "ObjectProperty",
"start": 2729,
"end": 2739,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2729,
"end": 2735,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2737,
"end": 2739,
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
},
{
"type": "ObjectProperty",
"start": 2756,
"end": 2890,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "StringLiteral",
"start": 2756,
"end": 2760,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 121,
"column": 8
}
},
"extra": {
"rawValue": "hu",
"raw": "\"hu\""
},
"value": "hu"
},
"value": {
"type": "ObjectExpression",
"start": 2762,
"end": 2890,
"loc": {
"start": {
"line": 121,
"column": 10
},
"end": {
"line": 126,
"column": 5
}
},
"properties": [
{
"type": "ObjectProperty",
"start": 2773,
"end": 2787,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 22
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2773,
"end": 2777,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 12
},
"identifierName": "name"
},
"name": "name"
},
"value": {
"type": "StringLiteral",
"start": 2779,
"end": 2787,
"loc": {
"start": {
"line": 122,
"column": 14
},
"end": {
"line": 122,
"column": 22
}
},
"extra": {
"rawValue": "Magyar",
"raw": "\"Magyar\""
},
"value": "Magyar"
}
},
{
"type": "ObjectProperty",
"start": 2798,
"end": 2840,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 50
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2798,
"end": 2802,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 12
},
"identifierName": "data"
},
"name": "data"
},
"value": {
"type": "CallExpression",
"start": 2804,
"end": 2840,
"loc": {
"start": {
"line": 123,
"column": 14
},
"end": {
"line": 123,
"column": 50
}
},
"callee": {
"type": "Identifier",
"start": 2804,
"end": 2811,
"loc": {
"start": {
"line": 123,
"column": 14
},
"end": {
"line": 123,
"column": 21
},
"identifierName": "require"
},
"name": "require"
},
"arguments": [
{
"type": "StringLiteral",
"start": 2812,
"end": 2839,
"loc": {
"start": {
"line": 123,
"column": 22
},
"end": {
"line": 123,
"column": 49
}
},
"extra": {
"rawValue": "./built-temp/base-hu.json",
"raw": "\"./built-temp/base-hu.json\""
},
"value": "./built-temp/base-hu.json"
}
]
}
},
{
"type": "ObjectProperty",
"start": 2851,
"end": 2861,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2851,
"end": 2855,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 12
},
"identifierName": "code"
},
"name": "code"
},
"value": {
"type": "StringLiteral",
"start": 2857,
"end": 2861,
"loc": {
"start": {
"line": 124,
"column": 14
},
"end": {
"line": 124,
"column": 18
}
},
"extra": {
"rawValue": "hu",
"raw": "\"hu\""
},
"value": "hu"
}
},
{
"type": "ObjectProperty",
"start": 2872,
"end": 2882,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 18
}
},
"method": false,
"shorthand": false,
"computed": false,
"key": {
"type": "Identifier",
"start": 2872,
"end": 2878,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 14
},
"identifierName": "region"
},
"name": "region"
},
"value": {
"type": "StringLiteral",
"start": 2880,
"end": 2882,
"loc": {
"start": {
"line": 125,
"column": 16
},
"end": {
"line": 125,
"column": 18
}
},
"extra": {
"rawValue": "",
"raw": "\"\""
},
"value": ""
}
}
]
}
}
]
},
"leadingComments": null
}
],
"kind": "const",
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {Object<string, {name: string, data: any, code: string, region: string}>}\r\n ",
"start": 0,
"end": 92,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
],
"trailingComments": []
},
"leadingComments": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {Object<string, {name: string, data: any, code: string, region: string}>}\r\n ",
"start": 0,
"end": 92,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
}
]
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {Object<string, {name: string, data: any, code: string, region: string}>}\r\n ",
"start": 0,
"end": 92,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": "CommentLine",
"value": " simplified",
"start": 2145,
"end": 2158,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 21
}
}
},
{
"type": "CommentLine",
"value": " traditional",
"start": 2317,
"end": 2331,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 22
}
}
}
],
"tokens": [
{
"type": "CommentBlock",
"value": "*\r\n * @type {Object<string, {name: string, data: any, code: string, region: string}>}\r\n ",
"start": 0,
"end": 92,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 3,
"column": 3
}
}
},
{
"type": {
"label": "export",
"keyword": "export",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "export",
"start": 94,
"end": 100,
"loc": {
"start": {
"line": 4,
"column": 0
},
"end": {
"line": 4,
"column": 6
}
}
},
{
"type": {
"label": "const",
"keyword": "const",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "const",
"start": 101,
"end": 106,
"loc": {
"start": {
"line": 4,
"column": 7
},
"end": {
"line": 4,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "LANGUAGES",
"start": 107,
"end": 116,
"loc": {
"start": {
"line": 4,
"column": 13
},
"end": {
"line": 4,
"column": 22
}
}
},
{
"type": {
"label": "=",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": true,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "=",
"start": 117,
"end": 118,
"loc": {
"start": {
"line": 4,
"column": 23
},
"end": {
"line": 4,
"column": 24
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 119,
"end": 120,
"loc": {
"start": {
"line": 4,
"column": 25
},
"end": {
"line": 4,
"column": 26
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "en",
"start": 126,
"end": 130,
"loc": {
"start": {
"line": 5,
"column": 4
},
"end": {
"line": 5,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 130,
"end": 131,
"loc": {
"start": {
"line": 5,
"column": 8
},
"end": {
"line": 5,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 132,
"end": 133,
"loc": {
"start": {
"line": 5,
"column": 10
},
"end": {
"line": 5,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 143,
"end": 147,
"loc": {
"start": {
"line": 6,
"column": 8
},
"end": {
"line": 6,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 147,
"end": 148,
"loc": {
"start": {
"line": 6,
"column": 12
},
"end": {
"line": 6,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "English",
"start": 149,
"end": 158,
"loc": {
"start": {
"line": 6,
"column": 14
},
"end": {
"line": 6,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 158,
"end": 159,
"loc": {
"start": {
"line": 6,
"column": 23
},
"end": {
"line": 6,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 169,
"end": 173,
"loc": {
"start": {
"line": 7,
"column": 8
},
"end": {
"line": 7,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 173,
"end": 174,
"loc": {
"start": {
"line": 7,
"column": 12
},
"end": {
"line": 7,
"column": 13
}
}
},
{
"type": {
"label": "null",
"keyword": "null",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "null",
"start": 175,
"end": 179,
"loc": {
"start": {
"line": 7,
"column": 14
},
"end": {
"line": 7,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 179,
"end": 180,
"loc": {
"start": {
"line": 7,
"column": 18
},
"end": {
"line": 7,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 190,
"end": 194,
"loc": {
"start": {
"line": 8,
"column": 8
},
"end": {
"line": 8,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 194,
"end": 195,
"loc": {
"start": {
"line": 8,
"column": 12
},
"end": {
"line": 8,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "en",
"start": 196,
"end": 200,
"loc": {
"start": {
"line": 8,
"column": 14
},
"end": {
"line": 8,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 200,
"end": 201,
"loc": {
"start": {
"line": 8,
"column": 18
},
"end": {
"line": 8,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 211,
"end": 217,
"loc": {
"start": {
"line": 9,
"column": 8
},
"end": {
"line": 9,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 217,
"end": 218,
"loc": {
"start": {
"line": 9,
"column": 14
},
"end": {
"line": 9,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 219,
"end": 221,
"loc": {
"start": {
"line": 9,
"column": 16
},
"end": {
"line": 9,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 221,
"end": 222,
"loc": {
"start": {
"line": 9,
"column": 18
},
"end": {
"line": 9,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 228,
"end": 229,
"loc": {
"start": {
"line": 10,
"column": 4
},
"end": {
"line": 10,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 229,
"end": 230,
"loc": {
"start": {
"line": 10,
"column": 5
},
"end": {
"line": 10,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "de",
"start": 236,
"end": 240,
"loc": {
"start": {
"line": 11,
"column": 4
},
"end": {
"line": 11,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 240,
"end": 241,
"loc": {
"start": {
"line": 11,
"column": 8
},
"end": {
"line": 11,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 242,
"end": 243,
"loc": {
"start": {
"line": 11,
"column": 10
},
"end": {
"line": 11,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 253,
"end": 257,
"loc": {
"start": {
"line": 12,
"column": 8
},
"end": {
"line": 12,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 257,
"end": 258,
"loc": {
"start": {
"line": 12,
"column": 12
},
"end": {
"line": 12,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Deutsch",
"start": 259,
"end": 268,
"loc": {
"start": {
"line": 12,
"column": 14
},
"end": {
"line": 12,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 268,
"end": 269,
"loc": {
"start": {
"line": 12,
"column": 23
},
"end": {
"line": 12,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 279,
"end": 283,
"loc": {
"start": {
"line": 13,
"column": 8
},
"end": {
"line": 13,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 283,
"end": 284,
"loc": {
"start": {
"line": 13,
"column": 12
},
"end": {
"line": 13,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 285,
"end": 292,
"loc": {
"start": {
"line": 13,
"column": 14
},
"end": {
"line": 13,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 292,
"end": 293,
"loc": {
"start": {
"line": 13,
"column": 21
},
"end": {
"line": 13,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-de.json",
"start": 293,
"end": 320,
"loc": {
"start": {
"line": 13,
"column": 22
},
"end": {
"line": 13,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 320,
"end": 321,
"loc": {
"start": {
"line": 13,
"column": 49
},
"end": {
"line": 13,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 321,
"end": 322,
"loc": {
"start": {
"line": 13,
"column": 50
},
"end": {
"line": 13,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 332,
"end": 336,
"loc": {
"start": {
"line": 14,
"column": 8
},
"end": {
"line": 14,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 336,
"end": 337,
"loc": {
"start": {
"line": 14,
"column": 12
},
"end": {
"line": 14,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "de",
"start": 338,
"end": 342,
"loc": {
"start": {
"line": 14,
"column": 14
},
"end": {
"line": 14,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 342,
"end": 343,
"loc": {
"start": {
"line": 14,
"column": 18
},
"end": {
"line": 14,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 353,
"end": 359,
"loc": {
"start": {
"line": 15,
"column": 8
},
"end": {
"line": 15,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 359,
"end": 360,
"loc": {
"start": {
"line": 15,
"column": 14
},
"end": {
"line": 15,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 361,
"end": 363,
"loc": {
"start": {
"line": 15,
"column": 16
},
"end": {
"line": 15,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 363,
"end": 364,
"loc": {
"start": {
"line": 15,
"column": 18
},
"end": {
"line": 15,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 370,
"end": 371,
"loc": {
"start": {
"line": 16,
"column": 4
},
"end": {
"line": 16,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 371,
"end": 372,
"loc": {
"start": {
"line": 16,
"column": 5
},
"end": {
"line": 16,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fr",
"start": 378,
"end": 382,
"loc": {
"start": {
"line": 17,
"column": 4
},
"end": {
"line": 17,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 382,
"end": 383,
"loc": {
"start": {
"line": 17,
"column": 8
},
"end": {
"line": 17,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 384,
"end": 385,
"loc": {
"start": {
"line": 17,
"column": 10
},
"end": {
"line": 17,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 395,
"end": 399,
"loc": {
"start": {
"line": 18,
"column": 8
},
"end": {
"line": 18,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 399,
"end": 400,
"loc": {
"start": {
"line": 18,
"column": 12
},
"end": {
"line": 18,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Français",
"start": 401,
"end": 411,
"loc": {
"start": {
"line": 18,
"column": 14
},
"end": {
"line": 18,
"column": 24
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 411,
"end": 412,
"loc": {
"start": {
"line": 18,
"column": 24
},
"end": {
"line": 18,
"column": 25
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 422,
"end": 426,
"loc": {
"start": {
"line": 19,
"column": 8
},
"end": {
"line": 19,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 426,
"end": 427,
"loc": {
"start": {
"line": 19,
"column": 12
},
"end": {
"line": 19,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 428,
"end": 435,
"loc": {
"start": {
"line": 19,
"column": 14
},
"end": {
"line": 19,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 435,
"end": 436,
"loc": {
"start": {
"line": 19,
"column": 21
},
"end": {
"line": 19,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-fr.json",
"start": 436,
"end": 463,
"loc": {
"start": {
"line": 19,
"column": 22
},
"end": {
"line": 19,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 463,
"end": 464,
"loc": {
"start": {
"line": 19,
"column": 49
},
"end": {
"line": 19,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 464,
"end": 465,
"loc": {
"start": {
"line": 19,
"column": 50
},
"end": {
"line": 19,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 475,
"end": 479,
"loc": {
"start": {
"line": 20,
"column": 8
},
"end": {
"line": 20,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 479,
"end": 480,
"loc": {
"start": {
"line": 20,
"column": 12
},
"end": {
"line": 20,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "fr",
"start": 481,
"end": 485,
"loc": {
"start": {
"line": 20,
"column": 14
},
"end": {
"line": 20,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 485,
"end": 486,
"loc": {
"start": {
"line": 20,
"column": 18
},
"end": {
"line": 20,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 496,
"end": 502,
"loc": {
"start": {
"line": 21,
"column": 8
},
"end": {
"line": 21,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 502,
"end": 503,
"loc": {
"start": {
"line": 21,
"column": 14
},
"end": {
"line": 21,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 504,
"end": 506,
"loc": {
"start": {
"line": 21,
"column": 16
},
"end": {
"line": 21,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 506,
"end": 507,
"loc": {
"start": {
"line": 21,
"column": 18
},
"end": {
"line": 21,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 513,
"end": 514,
"loc": {
"start": {
"line": 22,
"column": 4
},
"end": {
"line": 22,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 514,
"end": 515,
"loc": {
"start": {
"line": 22,
"column": 5
},
"end": {
"line": 22,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ja",
"start": 521,
"end": 525,
"loc": {
"start": {
"line": 23,
"column": 4
},
"end": {
"line": 23,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 525,
"end": 526,
"loc": {
"start": {
"line": 23,
"column": 8
},
"end": {
"line": 23,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 527,
"end": 528,
"loc": {
"start": {
"line": 23,
"column": 10
},
"end": {
"line": 23,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 538,
"end": 542,
"loc": {
"start": {
"line": 24,
"column": 8
},
"end": {
"line": 24,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 542,
"end": 543,
"loc": {
"start": {
"line": 24,
"column": 12
},
"end": {
"line": 24,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "日本語",
"start": 544,
"end": 549,
"loc": {
"start": {
"line": 24,
"column": 14
},
"end": {
"line": 24,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 549,
"end": 550,
"loc": {
"start": {
"line": 24,
"column": 19
},
"end": {
"line": 24,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 560,
"end": 564,
"loc": {
"start": {
"line": 25,
"column": 8
},
"end": {
"line": 25,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 564,
"end": 565,
"loc": {
"start": {
"line": 25,
"column": 12
},
"end": {
"line": 25,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 566,
"end": 573,
"loc": {
"start": {
"line": 25,
"column": 14
},
"end": {
"line": 25,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 573,
"end": 574,
"loc": {
"start": {
"line": 25,
"column": 21
},
"end": {
"line": 25,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-ja.json",
"start": 574,
"end": 601,
"loc": {
"start": {
"line": 25,
"column": 22
},
"end": {
"line": 25,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 601,
"end": 602,
"loc": {
"start": {
"line": 25,
"column": 49
},
"end": {
"line": 25,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 602,
"end": 603,
"loc": {
"start": {
"line": 25,
"column": 50
},
"end": {
"line": 25,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 613,
"end": 617,
"loc": {
"start": {
"line": 26,
"column": 8
},
"end": {
"line": 26,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 617,
"end": 618,
"loc": {
"start": {
"line": 26,
"column": 12
},
"end": {
"line": 26,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ja",
"start": 619,
"end": 623,
"loc": {
"start": {
"line": 26,
"column": 14
},
"end": {
"line": 26,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 623,
"end": 624,
"loc": {
"start": {
"line": 26,
"column": 18
},
"end": {
"line": 26,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 634,
"end": 640,
"loc": {
"start": {
"line": 27,
"column": 8
},
"end": {
"line": 27,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 640,
"end": 641,
"loc": {
"start": {
"line": 27,
"column": 14
},
"end": {
"line": 27,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 642,
"end": 644,
"loc": {
"start": {
"line": 27,
"column": 16
},
"end": {
"line": 27,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 644,
"end": 645,
"loc": {
"start": {
"line": 27,
"column": 18
},
"end": {
"line": 27,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 651,
"end": 652,
"loc": {
"start": {
"line": 28,
"column": 4
},
"end": {
"line": 28,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 652,
"end": 653,
"loc": {
"start": {
"line": 28,
"column": 5
},
"end": {
"line": 28,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pt-PT",
"start": 659,
"end": 666,
"loc": {
"start": {
"line": 29,
"column": 4
},
"end": {
"line": 29,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 666,
"end": 667,
"loc": {
"start": {
"line": 29,
"column": 11
},
"end": {
"line": 29,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 668,
"end": 669,
"loc": {
"start": {
"line": 29,
"column": 13
},
"end": {
"line": 29,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 679,
"end": 683,
"loc": {
"start": {
"line": 30,
"column": 8
},
"end": {
"line": 30,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 683,
"end": 684,
"loc": {
"start": {
"line": 30,
"column": 12
},
"end": {
"line": 30,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Português (Portugal)",
"start": 685,
"end": 707,
"loc": {
"start": {
"line": 30,
"column": 14
},
"end": {
"line": 30,
"column": 36
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 707,
"end": 708,
"loc": {
"start": {
"line": 30,
"column": 36
},
"end": {
"line": 30,
"column": 37
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 718,
"end": 722,
"loc": {
"start": {
"line": 31,
"column": 8
},
"end": {
"line": 31,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 722,
"end": 723,
"loc": {
"start": {
"line": 31,
"column": 12
},
"end": {
"line": 31,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 724,
"end": 731,
"loc": {
"start": {
"line": 31,
"column": 14
},
"end": {
"line": 31,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 731,
"end": 732,
"loc": {
"start": {
"line": 31,
"column": 21
},
"end": {
"line": 31,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-pt-PT.json",
"start": 732,
"end": 762,
"loc": {
"start": {
"line": 31,
"column": 22
},
"end": {
"line": 31,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 762,
"end": 763,
"loc": {
"start": {
"line": 31,
"column": 52
},
"end": {
"line": 31,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 763,
"end": 764,
"loc": {
"start": {
"line": 31,
"column": 53
},
"end": {
"line": 31,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 774,
"end": 778,
"loc": {
"start": {
"line": 32,
"column": 8
},
"end": {
"line": 32,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 778,
"end": 779,
"loc": {
"start": {
"line": 32,
"column": 12
},
"end": {
"line": 32,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pt",
"start": 780,
"end": 784,
"loc": {
"start": {
"line": 32,
"column": 14
},
"end": {
"line": 32,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 784,
"end": 785,
"loc": {
"start": {
"line": 32,
"column": 18
},
"end": {
"line": 32,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 795,
"end": 801,
"loc": {
"start": {
"line": 33,
"column": 8
},
"end": {
"line": 33,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 801,
"end": 802,
"loc": {
"start": {
"line": 33,
"column": 14
},
"end": {
"line": 33,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "PT",
"start": 803,
"end": 807,
"loc": {
"start": {
"line": 33,
"column": 16
},
"end": {
"line": 33,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 807,
"end": 808,
"loc": {
"start": {
"line": 33,
"column": 20
},
"end": {
"line": 33,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 814,
"end": 815,
"loc": {
"start": {
"line": 34,
"column": 4
},
"end": {
"line": 34,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 815,
"end": 816,
"loc": {
"start": {
"line": 34,
"column": 5
},
"end": {
"line": 34,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pt-BR",
"start": 822,
"end": 829,
"loc": {
"start": {
"line": 35,
"column": 4
},
"end": {
"line": 35,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 829,
"end": 830,
"loc": {
"start": {
"line": 35,
"column": 11
},
"end": {
"line": 35,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 831,
"end": 832,
"loc": {
"start": {
"line": 35,
"column": 13
},
"end": {
"line": 35,
"column": 14
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 842,
"end": 846,
"loc": {
"start": {
"line": 36,
"column": 8
},
"end": {
"line": 36,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 846,
"end": 847,
"loc": {
"start": {
"line": 36,
"column": 12
},
"end": {
"line": 36,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Português (Brasil)",
"start": 848,
"end": 868,
"loc": {
"start": {
"line": 36,
"column": 14
},
"end": {
"line": 36,
"column": 34
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 868,
"end": 869,
"loc": {
"start": {
"line": 36,
"column": 34
},
"end": {
"line": 36,
"column": 35
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 879,
"end": 883,
"loc": {
"start": {
"line": 37,
"column": 8
},
"end": {
"line": 37,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 883,
"end": 884,
"loc": {
"start": {
"line": 37,
"column": 12
},
"end": {
"line": 37,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 885,
"end": 892,
"loc": {
"start": {
"line": 37,
"column": 14
},
"end": {
"line": 37,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 892,
"end": 893,
"loc": {
"start": {
"line": 37,
"column": 21
},
"end": {
"line": 37,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-pt-BR.json",
"start": 893,
"end": 923,
"loc": {
"start": {
"line": 37,
"column": 22
},
"end": {
"line": 37,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 923,
"end": 924,
"loc": {
"start": {
"line": 37,
"column": 52
},
"end": {
"line": 37,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 924,
"end": 925,
"loc": {
"start": {
"line": 37,
"column": 53
},
"end": {
"line": 37,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 935,
"end": 939,
"loc": {
"start": {
"line": 38,
"column": 8
},
"end": {
"line": 38,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 939,
"end": 940,
"loc": {
"start": {
"line": 38,
"column": 12
},
"end": {
"line": 38,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pt",
"start": 941,
"end": 945,
"loc": {
"start": {
"line": 38,
"column": 14
},
"end": {
"line": 38,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 945,
"end": 946,
"loc": {
"start": {
"line": 38,
"column": 18
},
"end": {
"line": 38,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 956,
"end": 962,
"loc": {
"start": {
"line": 39,
"column": 8
},
"end": {
"line": 39,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 962,
"end": 963,
"loc": {
"start": {
"line": 39,
"column": 14
},
"end": {
"line": 39,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "BR",
"start": 964,
"end": 968,
"loc": {
"start": {
"line": 39,
"column": 16
},
"end": {
"line": 39,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 968,
"end": 969,
"loc": {
"start": {
"line": 39,
"column": 20
},
"end": {
"line": 39,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 975,
"end": 976,
"loc": {
"start": {
"line": 40,
"column": 4
},
"end": {
"line": 40,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 976,
"end": 977,
"loc": {
"start": {
"line": 40,
"column": 5
},
"end": {
"line": 40,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ru",
"start": 983,
"end": 987,
"loc": {
"start": {
"line": 41,
"column": 4
},
"end": {
"line": 41,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 987,
"end": 988,
"loc": {
"start": {
"line": 41,
"column": 8
},
"end": {
"line": 41,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 989,
"end": 990,
"loc": {
"start": {
"line": 41,
"column": 10
},
"end": {
"line": 41,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1000,
"end": 1004,
"loc": {
"start": {
"line": 42,
"column": 8
},
"end": {
"line": 42,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1004,
"end": 1005,
"loc": {
"start": {
"line": 42,
"column": 12
},
"end": {
"line": 42,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Русский",
"start": 1006,
"end": 1015,
"loc": {
"start": {
"line": 42,
"column": 14
},
"end": {
"line": 42,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1015,
"end": 1016,
"loc": {
"start": {
"line": 42,
"column": 23
},
"end": {
"line": 42,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1026,
"end": 1030,
"loc": {
"start": {
"line": 43,
"column": 8
},
"end": {
"line": 43,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1030,
"end": 1031,
"loc": {
"start": {
"line": 43,
"column": 12
},
"end": {
"line": 43,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1032,
"end": 1039,
"loc": {
"start": {
"line": 43,
"column": 14
},
"end": {
"line": 43,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1039,
"end": 1040,
"loc": {
"start": {
"line": 43,
"column": 21
},
"end": {
"line": 43,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-ru.json",
"start": 1040,
"end": 1067,
"loc": {
"start": {
"line": 43,
"column": 22
},
"end": {
"line": 43,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1067,
"end": 1068,
"loc": {
"start": {
"line": 43,
"column": 49
},
"end": {
"line": 43,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1068,
"end": 1069,
"loc": {
"start": {
"line": 43,
"column": 50
},
"end": {
"line": 43,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1079,
"end": 1083,
"loc": {
"start": {
"line": 44,
"column": 8
},
"end": {
"line": 44,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1083,
"end": 1084,
"loc": {
"start": {
"line": 44,
"column": 12
},
"end": {
"line": 44,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "ru",
"start": 1085,
"end": 1089,
"loc": {
"start": {
"line": 44,
"column": 14
},
"end": {
"line": 44,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1089,
"end": 1090,
"loc": {
"start": {
"line": 44,
"column": 18
},
"end": {
"line": 44,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1100,
"end": 1106,
"loc": {
"start": {
"line": 45,
"column": 8
},
"end": {
"line": 45,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1106,
"end": 1107,
"loc": {
"start": {
"line": 45,
"column": 14
},
"end": {
"line": 45,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1108,
"end": 1110,
"loc": {
"start": {
"line": 45,
"column": 16
},
"end": {
"line": 45,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1110,
"end": 1111,
"loc": {
"start": {
"line": 45,
"column": 18
},
"end": {
"line": 45,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1117,
"end": 1118,
"loc": {
"start": {
"line": 46,
"column": 4
},
"end": {
"line": 46,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1118,
"end": 1119,
"loc": {
"start": {
"line": 46,
"column": 5
},
"end": {
"line": 46,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "cs",
"start": 1125,
"end": 1129,
"loc": {
"start": {
"line": 47,
"column": 4
},
"end": {
"line": 47,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1129,
"end": 1130,
"loc": {
"start": {
"line": 47,
"column": 8
},
"end": {
"line": 47,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1131,
"end": 1132,
"loc": {
"start": {
"line": 47,
"column": 10
},
"end": {
"line": 47,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1142,
"end": 1146,
"loc": {
"start": {
"line": 48,
"column": 8
},
"end": {
"line": 48,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1146,
"end": 1147,
"loc": {
"start": {
"line": 48,
"column": 12
},
"end": {
"line": 48,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Čeština",
"start": 1148,
"end": 1157,
"loc": {
"start": {
"line": 48,
"column": 14
},
"end": {
"line": 48,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1157,
"end": 1158,
"loc": {
"start": {
"line": 48,
"column": 23
},
"end": {
"line": 48,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1168,
"end": 1172,
"loc": {
"start": {
"line": 49,
"column": 8
},
"end": {
"line": 49,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1172,
"end": 1173,
"loc": {
"start": {
"line": 49,
"column": 12
},
"end": {
"line": 49,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1174,
"end": 1181,
"loc": {
"start": {
"line": 49,
"column": 14
},
"end": {
"line": 49,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1181,
"end": 1182,
"loc": {
"start": {
"line": 49,
"column": 21
},
"end": {
"line": 49,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-cz.json",
"start": 1182,
"end": 1209,
"loc": {
"start": {
"line": 49,
"column": 22
},
"end": {
"line": 49,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1209,
"end": 1210,
"loc": {
"start": {
"line": 49,
"column": 49
},
"end": {
"line": 49,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1210,
"end": 1211,
"loc": {
"start": {
"line": 49,
"column": 50
},
"end": {
"line": 49,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1221,
"end": 1225,
"loc": {
"start": {
"line": 50,
"column": 8
},
"end": {
"line": 50,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1225,
"end": 1226,
"loc": {
"start": {
"line": 50,
"column": 12
},
"end": {
"line": 50,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "cs",
"start": 1227,
"end": 1231,
"loc": {
"start": {
"line": 50,
"column": 14
},
"end": {
"line": 50,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1231,
"end": 1232,
"loc": {
"start": {
"line": 50,
"column": 18
},
"end": {
"line": 50,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1242,
"end": 1248,
"loc": {
"start": {
"line": 51,
"column": 8
},
"end": {
"line": 51,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1248,
"end": 1249,
"loc": {
"start": {
"line": 51,
"column": 14
},
"end": {
"line": 51,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1250,
"end": 1252,
"loc": {
"start": {
"line": 51,
"column": 16
},
"end": {
"line": 51,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1252,
"end": 1253,
"loc": {
"start": {
"line": 51,
"column": 18
},
"end": {
"line": 51,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1259,
"end": 1260,
"loc": {
"start": {
"line": 52,
"column": 4
},
"end": {
"line": 52,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1260,
"end": 1261,
"loc": {
"start": {
"line": 52,
"column": 5
},
"end": {
"line": 52,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "es-419",
"start": 1267,
"end": 1275,
"loc": {
"start": {
"line": 53,
"column": 4
},
"end": {
"line": 53,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1275,
"end": 1276,
"loc": {
"start": {
"line": 53,
"column": 12
},
"end": {
"line": 53,
"column": 13
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1277,
"end": 1278,
"loc": {
"start": {
"line": 53,
"column": 14
},
"end": {
"line": 53,
"column": 15
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1288,
"end": 1292,
"loc": {
"start": {
"line": 54,
"column": 8
},
"end": {
"line": 54,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1292,
"end": 1293,
"loc": {
"start": {
"line": 54,
"column": 12
},
"end": {
"line": 54,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Español",
"start": 1294,
"end": 1303,
"loc": {
"start": {
"line": 54,
"column": 14
},
"end": {
"line": 54,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1303,
"end": 1304,
"loc": {
"start": {
"line": 54,
"column": 23
},
"end": {
"line": 54,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1314,
"end": 1318,
"loc": {
"start": {
"line": 55,
"column": 8
},
"end": {
"line": 55,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1318,
"end": 1319,
"loc": {
"start": {
"line": 55,
"column": 12
},
"end": {
"line": 55,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1320,
"end": 1327,
"loc": {
"start": {
"line": 55,
"column": 14
},
"end": {
"line": 55,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1327,
"end": 1328,
"loc": {
"start": {
"line": 55,
"column": 21
},
"end": {
"line": 55,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-es.json",
"start": 1328,
"end": 1355,
"loc": {
"start": {
"line": 55,
"column": 22
},
"end": {
"line": 55,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1355,
"end": 1356,
"loc": {
"start": {
"line": 55,
"column": 49
},
"end": {
"line": 55,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1356,
"end": 1357,
"loc": {
"start": {
"line": 55,
"column": 50
},
"end": {
"line": 55,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1367,
"end": 1371,
"loc": {
"start": {
"line": 56,
"column": 8
},
"end": {
"line": 56,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1371,
"end": 1372,
"loc": {
"start": {
"line": 56,
"column": 12
},
"end": {
"line": 56,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "es",
"start": 1373,
"end": 1377,
"loc": {
"start": {
"line": 56,
"column": 14
},
"end": {
"line": 56,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1377,
"end": 1378,
"loc": {
"start": {
"line": 56,
"column": 18
},
"end": {
"line": 56,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1388,
"end": 1394,
"loc": {
"start": {
"line": 57,
"column": 8
},
"end": {
"line": 57,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1394,
"end": 1395,
"loc": {
"start": {
"line": 57,
"column": 14
},
"end": {
"line": 57,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1396,
"end": 1398,
"loc": {
"start": {
"line": 57,
"column": 16
},
"end": {
"line": 57,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1398,
"end": 1399,
"loc": {
"start": {
"line": 57,
"column": 18
},
"end": {
"line": 57,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1405,
"end": 1406,
"loc": {
"start": {
"line": 58,
"column": 4
},
"end": {
"line": 58,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1406,
"end": 1407,
"loc": {
"start": {
"line": 58,
"column": 5
},
"end": {
"line": 58,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pl",
"start": 1413,
"end": 1417,
"loc": {
"start": {
"line": 59,
"column": 4
},
"end": {
"line": 59,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1417,
"end": 1418,
"loc": {
"start": {
"line": 59,
"column": 8
},
"end": {
"line": 59,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1419,
"end": 1420,
"loc": {
"start": {
"line": 59,
"column": 10
},
"end": {
"line": 59,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1430,
"end": 1434,
"loc": {
"start": {
"line": 60,
"column": 8
},
"end": {
"line": 60,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1434,
"end": 1435,
"loc": {
"start": {
"line": 60,
"column": 12
},
"end": {
"line": 60,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Polski",
"start": 1436,
"end": 1444,
"loc": {
"start": {
"line": 60,
"column": 14
},
"end": {
"line": 60,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1444,
"end": 1445,
"loc": {
"start": {
"line": 60,
"column": 22
},
"end": {
"line": 60,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1455,
"end": 1459,
"loc": {
"start": {
"line": 61,
"column": 8
},
"end": {
"line": 61,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1459,
"end": 1460,
"loc": {
"start": {
"line": 61,
"column": 12
},
"end": {
"line": 61,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1461,
"end": 1468,
"loc": {
"start": {
"line": 61,
"column": 14
},
"end": {
"line": 61,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1468,
"end": 1469,
"loc": {
"start": {
"line": 61,
"column": 21
},
"end": {
"line": 61,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-pl.json",
"start": 1469,
"end": 1496,
"loc": {
"start": {
"line": 61,
"column": 22
},
"end": {
"line": 61,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1496,
"end": 1497,
"loc": {
"start": {
"line": 61,
"column": 49
},
"end": {
"line": 61,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1497,
"end": 1498,
"loc": {
"start": {
"line": 61,
"column": 50
},
"end": {
"line": 61,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1508,
"end": 1512,
"loc": {
"start": {
"line": 62,
"column": 8
},
"end": {
"line": 62,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1512,
"end": 1513,
"loc": {
"start": {
"line": 62,
"column": 12
},
"end": {
"line": 62,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "pl",
"start": 1514,
"end": 1518,
"loc": {
"start": {
"line": 62,
"column": 14
},
"end": {
"line": 62,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1518,
"end": 1519,
"loc": {
"start": {
"line": 62,
"column": 18
},
"end": {
"line": 62,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1529,
"end": 1535,
"loc": {
"start": {
"line": 63,
"column": 8
},
"end": {
"line": 63,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1535,
"end": 1536,
"loc": {
"start": {
"line": 63,
"column": 14
},
"end": {
"line": 63,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1537,
"end": 1539,
"loc": {
"start": {
"line": 63,
"column": 16
},
"end": {
"line": 63,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1539,
"end": 1540,
"loc": {
"start": {
"line": 63,
"column": 18
},
"end": {
"line": 63,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1546,
"end": 1547,
"loc": {
"start": {
"line": 64,
"column": 4
},
"end": {
"line": 64,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1547,
"end": 1548,
"loc": {
"start": {
"line": 64,
"column": 5
},
"end": {
"line": 64,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "kor",
"start": 1554,
"end": 1559,
"loc": {
"start": {
"line": 65,
"column": 4
},
"end": {
"line": 65,
"column": 9
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1559,
"end": 1560,
"loc": {
"start": {
"line": 65,
"column": 9
},
"end": {
"line": 65,
"column": 10
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1561,
"end": 1562,
"loc": {
"start": {
"line": 65,
"column": 11
},
"end": {
"line": 65,
"column": 12
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1572,
"end": 1576,
"loc": {
"start": {
"line": 66,
"column": 8
},
"end": {
"line": 66,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1576,
"end": 1577,
"loc": {
"start": {
"line": 66,
"column": 12
},
"end": {
"line": 66,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "한국어",
"start": 1578,
"end": 1583,
"loc": {
"start": {
"line": 66,
"column": 14
},
"end": {
"line": 66,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1583,
"end": 1584,
"loc": {
"start": {
"line": 66,
"column": 19
},
"end": {
"line": 66,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1594,
"end": 1598,
"loc": {
"start": {
"line": 67,
"column": 8
},
"end": {
"line": 67,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1598,
"end": 1599,
"loc": {
"start": {
"line": 67,
"column": 12
},
"end": {
"line": 67,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1600,
"end": 1607,
"loc": {
"start": {
"line": 67,
"column": 14
},
"end": {
"line": 67,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1607,
"end": 1608,
"loc": {
"start": {
"line": 67,
"column": 21
},
"end": {
"line": 67,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-kor.json",
"start": 1608,
"end": 1636,
"loc": {
"start": {
"line": 67,
"column": 22
},
"end": {
"line": 67,
"column": 50
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1636,
"end": 1637,
"loc": {
"start": {
"line": 67,
"column": 50
},
"end": {
"line": 67,
"column": 51
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1637,
"end": 1638,
"loc": {
"start": {
"line": 67,
"column": 51
},
"end": {
"line": 67,
"column": 52
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1648,
"end": 1652,
"loc": {
"start": {
"line": 68,
"column": 8
},
"end": {
"line": 68,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1652,
"end": 1653,
"loc": {
"start": {
"line": 68,
"column": 12
},
"end": {
"line": 68,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "kor",
"start": 1654,
"end": 1659,
"loc": {
"start": {
"line": 68,
"column": 14
},
"end": {
"line": 68,
"column": 19
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1659,
"end": 1660,
"loc": {
"start": {
"line": 68,
"column": 19
},
"end": {
"line": 68,
"column": 20
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1670,
"end": 1676,
"loc": {
"start": {
"line": 69,
"column": 8
},
"end": {
"line": 69,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1676,
"end": 1677,
"loc": {
"start": {
"line": 69,
"column": 14
},
"end": {
"line": 69,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1678,
"end": 1680,
"loc": {
"start": {
"line": 69,
"column": 16
},
"end": {
"line": 69,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1680,
"end": 1681,
"loc": {
"start": {
"line": 69,
"column": 18
},
"end": {
"line": 69,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1687,
"end": 1688,
"loc": {
"start": {
"line": 70,
"column": 4
},
"end": {
"line": 70,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1688,
"end": 1689,
"loc": {
"start": {
"line": 70,
"column": 5
},
"end": {
"line": 70,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "nl",
"start": 1695,
"end": 1699,
"loc": {
"start": {
"line": 71,
"column": 4
},
"end": {
"line": 71,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1699,
"end": 1700,
"loc": {
"start": {
"line": 71,
"column": 8
},
"end": {
"line": 71,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1701,
"end": 1702,
"loc": {
"start": {
"line": 71,
"column": 10
},
"end": {
"line": 71,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1712,
"end": 1716,
"loc": {
"start": {
"line": 72,
"column": 8
},
"end": {
"line": 72,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1716,
"end": 1717,
"loc": {
"start": {
"line": 72,
"column": 12
},
"end": {
"line": 72,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Nederlands",
"start": 1718,
"end": 1730,
"loc": {
"start": {
"line": 72,
"column": 14
},
"end": {
"line": 72,
"column": 26
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1730,
"end": 1731,
"loc": {
"start": {
"line": 72,
"column": 26
},
"end": {
"line": 72,
"column": 27
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1741,
"end": 1745,
"loc": {
"start": {
"line": 73,
"column": 8
},
"end": {
"line": 73,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1745,
"end": 1746,
"loc": {
"start": {
"line": 73,
"column": 12
},
"end": {
"line": 73,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1747,
"end": 1754,
"loc": {
"start": {
"line": 73,
"column": 14
},
"end": {
"line": 73,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1754,
"end": 1755,
"loc": {
"start": {
"line": 73,
"column": 21
},
"end": {
"line": 73,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-nl.json",
"start": 1755,
"end": 1782,
"loc": {
"start": {
"line": 73,
"column": 22
},
"end": {
"line": 73,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1782,
"end": 1783,
"loc": {
"start": {
"line": 73,
"column": 49
},
"end": {
"line": 73,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1783,
"end": 1784,
"loc": {
"start": {
"line": 73,
"column": 50
},
"end": {
"line": 73,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1794,
"end": 1798,
"loc": {
"start": {
"line": 74,
"column": 8
},
"end": {
"line": 74,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1798,
"end": 1799,
"loc": {
"start": {
"line": 74,
"column": 12
},
"end": {
"line": 74,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "nl",
"start": 1800,
"end": 1804,
"loc": {
"start": {
"line": 74,
"column": 14
},
"end": {
"line": 74,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1804,
"end": 1805,
"loc": {
"start": {
"line": 74,
"column": 18
},
"end": {
"line": 74,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1815,
"end": 1821,
"loc": {
"start": {
"line": 75,
"column": 8
},
"end": {
"line": 75,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1821,
"end": 1822,
"loc": {
"start": {
"line": 75,
"column": 14
},
"end": {
"line": 75,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1823,
"end": 1825,
"loc": {
"start": {
"line": 75,
"column": 16
},
"end": {
"line": 75,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1825,
"end": 1826,
"loc": {
"start": {
"line": 75,
"column": 18
},
"end": {
"line": 75,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1832,
"end": 1833,
"loc": {
"start": {
"line": 76,
"column": 4
},
"end": {
"line": 76,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1833,
"end": 1834,
"loc": {
"start": {
"line": 76,
"column": 5
},
"end": {
"line": 76,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "no",
"start": 1840,
"end": 1844,
"loc": {
"start": {
"line": 77,
"column": 4
},
"end": {
"line": 77,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1844,
"end": 1845,
"loc": {
"start": {
"line": 77,
"column": 8
},
"end": {
"line": 77,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1846,
"end": 1847,
"loc": {
"start": {
"line": 77,
"column": 10
},
"end": {
"line": 77,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1857,
"end": 1861,
"loc": {
"start": {
"line": 78,
"column": 8
},
"end": {
"line": 78,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1861,
"end": 1862,
"loc": {
"start": {
"line": 78,
"column": 12
},
"end": {
"line": 78,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Norsk",
"start": 1863,
"end": 1870,
"loc": {
"start": {
"line": 78,
"column": 14
},
"end": {
"line": 78,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1870,
"end": 1871,
"loc": {
"start": {
"line": 78,
"column": 21
},
"end": {
"line": 78,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 1881,
"end": 1885,
"loc": {
"start": {
"line": 79,
"column": 8
},
"end": {
"line": 79,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1885,
"end": 1886,
"loc": {
"start": {
"line": 79,
"column": 12
},
"end": {
"line": 79,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 1887,
"end": 1894,
"loc": {
"start": {
"line": 79,
"column": 14
},
"end": {
"line": 79,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1894,
"end": 1895,
"loc": {
"start": {
"line": 79,
"column": 21
},
"end": {
"line": 79,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-no.json",
"start": 1895,
"end": 1922,
"loc": {
"start": {
"line": 79,
"column": 22
},
"end": {
"line": 79,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1922,
"end": 1923,
"loc": {
"start": {
"line": 79,
"column": 49
},
"end": {
"line": 79,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1923,
"end": 1924,
"loc": {
"start": {
"line": 79,
"column": 50
},
"end": {
"line": 79,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 1934,
"end": 1938,
"loc": {
"start": {
"line": 80,
"column": 8
},
"end": {
"line": 80,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1938,
"end": 1939,
"loc": {
"start": {
"line": 80,
"column": 12
},
"end": {
"line": 80,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "no",
"start": 1940,
"end": 1944,
"loc": {
"start": {
"line": 80,
"column": 14
},
"end": {
"line": 80,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1944,
"end": 1945,
"loc": {
"start": {
"line": 80,
"column": 18
},
"end": {
"line": 80,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 1955,
"end": 1961,
"loc": {
"start": {
"line": 81,
"column": 8
},
"end": {
"line": 81,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1961,
"end": 1962,
"loc": {
"start": {
"line": 81,
"column": 14
},
"end": {
"line": 81,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 1963,
"end": 1965,
"loc": {
"start": {
"line": 81,
"column": 16
},
"end": {
"line": 81,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1965,
"end": 1966,
"loc": {
"start": {
"line": 81,
"column": 18
},
"end": {
"line": 81,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1972,
"end": 1973,
"loc": {
"start": {
"line": 82,
"column": 4
},
"end": {
"line": 82,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1973,
"end": 1974,
"loc": {
"start": {
"line": 82,
"column": 5
},
"end": {
"line": 82,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "tr",
"start": 1982,
"end": 1986,
"loc": {
"start": {
"line": 84,
"column": 4
},
"end": {
"line": 84,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 1986,
"end": 1987,
"loc": {
"start": {
"line": 84,
"column": 8
},
"end": {
"line": 84,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 1988,
"end": 1989,
"loc": {
"start": {
"line": 84,
"column": 10
},
"end": {
"line": 84,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 1999,
"end": 2003,
"loc": {
"start": {
"line": 85,
"column": 8
},
"end": {
"line": 85,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2003,
"end": 2004,
"loc": {
"start": {
"line": 85,
"column": 12
},
"end": {
"line": 85,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Türkçe",
"start": 2005,
"end": 2013,
"loc": {
"start": {
"line": 85,
"column": 14
},
"end": {
"line": 85,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2013,
"end": 2014,
"loc": {
"start": {
"line": 85,
"column": 22
},
"end": {
"line": 85,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2024,
"end": 2028,
"loc": {
"start": {
"line": 86,
"column": 8
},
"end": {
"line": 86,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2028,
"end": 2029,
"loc": {
"start": {
"line": 86,
"column": 12
},
"end": {
"line": 86,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2030,
"end": 2037,
"loc": {
"start": {
"line": 86,
"column": 14
},
"end": {
"line": 86,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2037,
"end": 2038,
"loc": {
"start": {
"line": 86,
"column": 21
},
"end": {
"line": 86,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-tr.json",
"start": 2038,
"end": 2065,
"loc": {
"start": {
"line": 86,
"column": 22
},
"end": {
"line": 86,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2065,
"end": 2066,
"loc": {
"start": {
"line": 86,
"column": 49
},
"end": {
"line": 86,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2066,
"end": 2067,
"loc": {
"start": {
"line": 86,
"column": 50
},
"end": {
"line": 86,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2077,
"end": 2081,
"loc": {
"start": {
"line": 87,
"column": 8
},
"end": {
"line": 87,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2081,
"end": 2082,
"loc": {
"start": {
"line": 87,
"column": 12
},
"end": {
"line": 87,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "tr",
"start": 2083,
"end": 2087,
"loc": {
"start": {
"line": 87,
"column": 14
},
"end": {
"line": 87,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2087,
"end": 2088,
"loc": {
"start": {
"line": 87,
"column": 18
},
"end": {
"line": 87,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2098,
"end": 2104,
"loc": {
"start": {
"line": 88,
"column": 8
},
"end": {
"line": 88,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2104,
"end": 2105,
"loc": {
"start": {
"line": 88,
"column": 14
},
"end": {
"line": 88,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2106,
"end": 2108,
"loc": {
"start": {
"line": 88,
"column": 16
},
"end": {
"line": 88,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2108,
"end": 2109,
"loc": {
"start": {
"line": 88,
"column": 18
},
"end": {
"line": 88,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2115,
"end": 2116,
"loc": {
"start": {
"line": 89,
"column": 4
},
"end": {
"line": 89,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2116,
"end": 2117,
"loc": {
"start": {
"line": 89,
"column": 5
},
"end": {
"line": 89,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "zh-CN",
"start": 2125,
"end": 2132,
"loc": {
"start": {
"line": 91,
"column": 4
},
"end": {
"line": 91,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2132,
"end": 2133,
"loc": {
"start": {
"line": 91,
"column": 11
},
"end": {
"line": 91,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2134,
"end": 2135,
"loc": {
"start": {
"line": 91,
"column": 13
},
"end": {
"line": 91,
"column": 14
}
}
},
{
"type": "CommentLine",
"value": " simplified",
"start": 2145,
"end": 2158,
"loc": {
"start": {
"line": 92,
"column": 8
},
"end": {
"line": 92,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2168,
"end": 2172,
"loc": {
"start": {
"line": 93,
"column": 8
},
"end": {
"line": 93,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2172,
"end": 2173,
"loc": {
"start": {
"line": 93,
"column": 12
},
"end": {
"line": 93,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "中文简体",
"start": 2174,
"end": 2180,
"loc": {
"start": {
"line": 93,
"column": 14
},
"end": {
"line": 93,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2180,
"end": 2181,
"loc": {
"start": {
"line": 93,
"column": 20
},
"end": {
"line": 93,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2191,
"end": 2195,
"loc": {
"start": {
"line": 94,
"column": 8
},
"end": {
"line": 94,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2195,
"end": 2196,
"loc": {
"start": {
"line": 94,
"column": 12
},
"end": {
"line": 94,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2197,
"end": 2204,
"loc": {
"start": {
"line": 94,
"column": 14
},
"end": {
"line": 94,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2204,
"end": 2205,
"loc": {
"start": {
"line": 94,
"column": 21
},
"end": {
"line": 94,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-zh-CN.json",
"start": 2205,
"end": 2235,
"loc": {
"start": {
"line": 94,
"column": 22
},
"end": {
"line": 94,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2235,
"end": 2236,
"loc": {
"start": {
"line": 94,
"column": 52
},
"end": {
"line": 94,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2236,
"end": 2237,
"loc": {
"start": {
"line": 94,
"column": 53
},
"end": {
"line": 94,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2247,
"end": 2251,
"loc": {
"start": {
"line": 95,
"column": 8
},
"end": {
"line": 95,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2251,
"end": 2252,
"loc": {
"start": {
"line": 95,
"column": 12
},
"end": {
"line": 95,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "zh",
"start": 2253,
"end": 2257,
"loc": {
"start": {
"line": 95,
"column": 14
},
"end": {
"line": 95,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2257,
"end": 2258,
"loc": {
"start": {
"line": 95,
"column": 18
},
"end": {
"line": 95,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2268,
"end": 2274,
"loc": {
"start": {
"line": 96,
"column": 8
},
"end": {
"line": 96,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2274,
"end": 2275,
"loc": {
"start": {
"line": 96,
"column": 14
},
"end": {
"line": 96,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "CN",
"start": 2276,
"end": 2280,
"loc": {
"start": {
"line": 96,
"column": 16
},
"end": {
"line": 96,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2280,
"end": 2281,
"loc": {
"start": {
"line": 96,
"column": 20
},
"end": {
"line": 96,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2287,
"end": 2288,
"loc": {
"start": {
"line": 97,
"column": 4
},
"end": {
"line": 97,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2288,
"end": 2289,
"loc": {
"start": {
"line": 97,
"column": 5
},
"end": {
"line": 97,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "zh-TW",
"start": 2297,
"end": 2304,
"loc": {
"start": {
"line": 99,
"column": 4
},
"end": {
"line": 99,
"column": 11
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2304,
"end": 2305,
"loc": {
"start": {
"line": 99,
"column": 11
},
"end": {
"line": 99,
"column": 12
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2306,
"end": 2307,
"loc": {
"start": {
"line": 99,
"column": 13
},
"end": {
"line": 99,
"column": 14
}
}
},
{
"type": "CommentLine",
"value": " traditional",
"start": 2317,
"end": 2331,
"loc": {
"start": {
"line": 100,
"column": 8
},
"end": {
"line": 100,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2341,
"end": 2345,
"loc": {
"start": {
"line": 101,
"column": 8
},
"end": {
"line": 101,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2345,
"end": 2346,
"loc": {
"start": {
"line": 101,
"column": 12
},
"end": {
"line": 101,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "中文繁體",
"start": 2347,
"end": 2353,
"loc": {
"start": {
"line": 101,
"column": 14
},
"end": {
"line": 101,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2353,
"end": 2354,
"loc": {
"start": {
"line": 101,
"column": 20
},
"end": {
"line": 101,
"column": 21
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2364,
"end": 2368,
"loc": {
"start": {
"line": 102,
"column": 8
},
"end": {
"line": 102,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2368,
"end": 2369,
"loc": {
"start": {
"line": 102,
"column": 12
},
"end": {
"line": 102,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2370,
"end": 2377,
"loc": {
"start": {
"line": 102,
"column": 14
},
"end": {
"line": 102,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2377,
"end": 2378,
"loc": {
"start": {
"line": 102,
"column": 21
},
"end": {
"line": 102,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-zh-TW.json",
"start": 2378,
"end": 2408,
"loc": {
"start": {
"line": 102,
"column": 22
},
"end": {
"line": 102,
"column": 52
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2408,
"end": 2409,
"loc": {
"start": {
"line": 102,
"column": 52
},
"end": {
"line": 102,
"column": 53
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2409,
"end": 2410,
"loc": {
"start": {
"line": 102,
"column": 53
},
"end": {
"line": 102,
"column": 54
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2420,
"end": 2424,
"loc": {
"start": {
"line": 103,
"column": 8
},
"end": {
"line": 103,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2424,
"end": 2425,
"loc": {
"start": {
"line": 103,
"column": 12
},
"end": {
"line": 103,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "zh",
"start": 2426,
"end": 2430,
"loc": {
"start": {
"line": 103,
"column": 14
},
"end": {
"line": 103,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2430,
"end": 2431,
"loc": {
"start": {
"line": 103,
"column": 18
},
"end": {
"line": 103,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2441,
"end": 2447,
"loc": {
"start": {
"line": 104,
"column": 8
},
"end": {
"line": 104,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2447,
"end": 2448,
"loc": {
"start": {
"line": 104,
"column": 14
},
"end": {
"line": 104,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "TW",
"start": 2449,
"end": 2453,
"loc": {
"start": {
"line": 104,
"column": 16
},
"end": {
"line": 104,
"column": 20
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2453,
"end": 2454,
"loc": {
"start": {
"line": 104,
"column": 20
},
"end": {
"line": 104,
"column": 21
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2460,
"end": 2461,
"loc": {
"start": {
"line": 105,
"column": 4
},
"end": {
"line": 105,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2461,
"end": 2462,
"loc": {
"start": {
"line": 105,
"column": 5
},
"end": {
"line": 105,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "sv",
"start": 2470,
"end": 2474,
"loc": {
"start": {
"line": 107,
"column": 4
},
"end": {
"line": 107,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2474,
"end": 2475,
"loc": {
"start": {
"line": 107,
"column": 8
},
"end": {
"line": 107,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2476,
"end": 2477,
"loc": {
"start": {
"line": 107,
"column": 10
},
"end": {
"line": 107,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2487,
"end": 2491,
"loc": {
"start": {
"line": 108,
"column": 8
},
"end": {
"line": 108,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2491,
"end": 2492,
"loc": {
"start": {
"line": 108,
"column": 12
},
"end": {
"line": 108,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Svenska",
"start": 2493,
"end": 2502,
"loc": {
"start": {
"line": 108,
"column": 14
},
"end": {
"line": 108,
"column": 23
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2502,
"end": 2503,
"loc": {
"start": {
"line": 108,
"column": 23
},
"end": {
"line": 108,
"column": 24
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2513,
"end": 2517,
"loc": {
"start": {
"line": 109,
"column": 8
},
"end": {
"line": 109,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2517,
"end": 2518,
"loc": {
"start": {
"line": 109,
"column": 12
},
"end": {
"line": 109,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2519,
"end": 2526,
"loc": {
"start": {
"line": 109,
"column": 14
},
"end": {
"line": 109,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2526,
"end": 2527,
"loc": {
"start": {
"line": 109,
"column": 21
},
"end": {
"line": 109,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-sv.json",
"start": 2527,
"end": 2554,
"loc": {
"start": {
"line": 109,
"column": 22
},
"end": {
"line": 109,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2554,
"end": 2555,
"loc": {
"start": {
"line": 109,
"column": 49
},
"end": {
"line": 109,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2555,
"end": 2556,
"loc": {
"start": {
"line": 109,
"column": 50
},
"end": {
"line": 109,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2566,
"end": 2570,
"loc": {
"start": {
"line": 110,
"column": 8
},
"end": {
"line": 110,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2570,
"end": 2571,
"loc": {
"start": {
"line": 110,
"column": 12
},
"end": {
"line": 110,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "sv",
"start": 2572,
"end": 2576,
"loc": {
"start": {
"line": 110,
"column": 14
},
"end": {
"line": 110,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2576,
"end": 2577,
"loc": {
"start": {
"line": 110,
"column": 18
},
"end": {
"line": 110,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2587,
"end": 2593,
"loc": {
"start": {
"line": 111,
"column": 8
},
"end": {
"line": 111,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2593,
"end": 2594,
"loc": {
"start": {
"line": 111,
"column": 14
},
"end": {
"line": 111,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2595,
"end": 2597,
"loc": {
"start": {
"line": 111,
"column": 16
},
"end": {
"line": 111,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2597,
"end": 2598,
"loc": {
"start": {
"line": 111,
"column": 18
},
"end": {
"line": 111,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2604,
"end": 2605,
"loc": {
"start": {
"line": 112,
"column": 4
},
"end": {
"line": 112,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2605,
"end": 2606,
"loc": {
"start": {
"line": 112,
"column": 5
},
"end": {
"line": 112,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "da",
"start": 2614,
"end": 2618,
"loc": {
"start": {
"line": 114,
"column": 4
},
"end": {
"line": 114,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2618,
"end": 2619,
"loc": {
"start": {
"line": 114,
"column": 8
},
"end": {
"line": 114,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2620,
"end": 2621,
"loc": {
"start": {
"line": 114,
"column": 10
},
"end": {
"line": 114,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2631,
"end": 2635,
"loc": {
"start": {
"line": 115,
"column": 8
},
"end": {
"line": 115,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2635,
"end": 2636,
"loc": {
"start": {
"line": 115,
"column": 12
},
"end": {
"line": 115,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Dansk",
"start": 2637,
"end": 2644,
"loc": {
"start": {
"line": 115,
"column": 14
},
"end": {
"line": 115,
"column": 21
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2644,
"end": 2645,
"loc": {
"start": {
"line": 115,
"column": 21
},
"end": {
"line": 115,
"column": 22
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2655,
"end": 2659,
"loc": {
"start": {
"line": 116,
"column": 8
},
"end": {
"line": 116,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2659,
"end": 2660,
"loc": {
"start": {
"line": 116,
"column": 12
},
"end": {
"line": 116,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2661,
"end": 2668,
"loc": {
"start": {
"line": 116,
"column": 14
},
"end": {
"line": 116,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2668,
"end": 2669,
"loc": {
"start": {
"line": 116,
"column": 21
},
"end": {
"line": 116,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-da.json",
"start": 2669,
"end": 2696,
"loc": {
"start": {
"line": 116,
"column": 22
},
"end": {
"line": 116,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2696,
"end": 2697,
"loc": {
"start": {
"line": 116,
"column": 49
},
"end": {
"line": 116,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2697,
"end": 2698,
"loc": {
"start": {
"line": 116,
"column": 50
},
"end": {
"line": 116,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2708,
"end": 2712,
"loc": {
"start": {
"line": 117,
"column": 8
},
"end": {
"line": 117,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2712,
"end": 2713,
"loc": {
"start": {
"line": 117,
"column": 12
},
"end": {
"line": 117,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "da",
"start": 2714,
"end": 2718,
"loc": {
"start": {
"line": 117,
"column": 14
},
"end": {
"line": 117,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2718,
"end": 2719,
"loc": {
"start": {
"line": 117,
"column": 18
},
"end": {
"line": 117,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2729,
"end": 2735,
"loc": {
"start": {
"line": 118,
"column": 8
},
"end": {
"line": 118,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2735,
"end": 2736,
"loc": {
"start": {
"line": 118,
"column": 14
},
"end": {
"line": 118,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2737,
"end": 2739,
"loc": {
"start": {
"line": 118,
"column": 16
},
"end": {
"line": 118,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2739,
"end": 2740,
"loc": {
"start": {
"line": 118,
"column": 18
},
"end": {
"line": 118,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2746,
"end": 2747,
"loc": {
"start": {
"line": 119,
"column": 4
},
"end": {
"line": 119,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2747,
"end": 2748,
"loc": {
"start": {
"line": 119,
"column": 5
},
"end": {
"line": 119,
"column": 6
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "hu",
"start": 2756,
"end": 2760,
"loc": {
"start": {
"line": 121,
"column": 4
},
"end": {
"line": 121,
"column": 8
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2760,
"end": 2761,
"loc": {
"start": {
"line": 121,
"column": 8
},
"end": {
"line": 121,
"column": 9
}
}
},
{
"type": {
"label": "{",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2762,
"end": 2763,
"loc": {
"start": {
"line": 121,
"column": 10
},
"end": {
"line": 121,
"column": 11
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "name",
"start": 2773,
"end": 2777,
"loc": {
"start": {
"line": 122,
"column": 8
},
"end": {
"line": 122,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2777,
"end": 2778,
"loc": {
"start": {
"line": 122,
"column": 12
},
"end": {
"line": 122,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "Magyar",
"start": 2779,
"end": 2787,
"loc": {
"start": {
"line": 122,
"column": 14
},
"end": {
"line": 122,
"column": 22
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2787,
"end": 2788,
"loc": {
"start": {
"line": 122,
"column": 22
},
"end": {
"line": 122,
"column": 23
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "data",
"start": 2798,
"end": 2802,
"loc": {
"start": {
"line": 123,
"column": 8
},
"end": {
"line": 123,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2802,
"end": 2803,
"loc": {
"start": {
"line": 123,
"column": 12
},
"end": {
"line": 123,
"column": 13
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "require",
"start": 2804,
"end": 2811,
"loc": {
"start": {
"line": 123,
"column": 14
},
"end": {
"line": 123,
"column": 21
}
}
},
{
"type": {
"label": "(",
"beforeExpr": true,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2811,
"end": 2812,
"loc": {
"start": {
"line": 123,
"column": 21
},
"end": {
"line": 123,
"column": 22
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "./built-temp/base-hu.json",
"start": 2812,
"end": 2839,
"loc": {
"start": {
"line": 123,
"column": 22
},
"end": {
"line": 123,
"column": 49
}
}
},
{
"type": {
"label": ")",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2839,
"end": 2840,
"loc": {
"start": {
"line": 123,
"column": 49
},
"end": {
"line": 123,
"column": 50
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2840,
"end": 2841,
"loc": {
"start": {
"line": 123,
"column": 50
},
"end": {
"line": 123,
"column": 51
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "code",
"start": 2851,
"end": 2855,
"loc": {
"start": {
"line": 124,
"column": 8
},
"end": {
"line": 124,
"column": 12
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2855,
"end": 2856,
"loc": {
"start": {
"line": 124,
"column": 12
},
"end": {
"line": 124,
"column": 13
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "hu",
"start": 2857,
"end": 2861,
"loc": {
"start": {
"line": 124,
"column": 14
},
"end": {
"line": 124,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2861,
"end": 2862,
"loc": {
"start": {
"line": 124,
"column": 18
},
"end": {
"line": 124,
"column": 19
}
}
},
{
"type": {
"label": "name",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"value": "region",
"start": 2872,
"end": 2878,
"loc": {
"start": {
"line": 125,
"column": 8
},
"end": {
"line": 125,
"column": 14
}
}
},
{
"type": {
"label": ":",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2878,
"end": 2879,
"loc": {
"start": {
"line": 125,
"column": 14
},
"end": {
"line": 125,
"column": 15
}
}
},
{
"type": {
"label": "string",
"beforeExpr": false,
"startsExpr": true,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"value": "",
"start": 2880,
"end": 2882,
"loc": {
"start": {
"line": 125,
"column": 16
},
"end": {
"line": 125,
"column": 18
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2882,
"end": 2883,
"loc": {
"start": {
"line": 125,
"column": 18
},
"end": {
"line": 125,
"column": 19
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2889,
"end": 2890,
"loc": {
"start": {
"line": 126,
"column": 4
},
"end": {
"line": 126,
"column": 5
}
}
},
{
"type": {
"label": ",",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2890,
"end": 2891,
"loc": {
"start": {
"line": 126,
"column": 5
},
"end": {
"line": 126,
"column": 6
}
}
},
{
"type": {
"label": "}",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null
},
"start": 2893,
"end": 2894,
"loc": {
"start": {
"line": 127,
"column": 0
},
"end": {
"line": 127,
"column": 1
}
}
},
{
"type": {
"label": ";",
"beforeExpr": true,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2894,
"end": 2895,
"loc": {
"start": {
"line": 127,
"column": 1
},
"end": {
"line": 127,
"column": 2
}
}
},
{
"type": {
"label": "eof",
"beforeExpr": false,
"startsExpr": false,
"rightAssociative": false,
"isLoop": false,
"isAssign": false,
"prefix": false,
"postfix": false,
"binop": null,
"updateContext": null
},
"start": 2895,
"end": 2895,
"loc": {
"start": {
"line": 127,
"column": 2
},
"end": {
"line": 127,
"column": 2
}
}
}
]
}