microsoft/vscode-loc

Public

mirrored fromhttps://github.com/microsoft/vscode-locAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
4a9082be4f6d25aed3c6f3f71f5ee129ca3ab160

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

i18n/vscode-language-pack-hu/package.json

316lines · modecode

1{
2 "name": "vscode-insiders-language-pack-hu",
3 "displayName": "Hungarian Language Pack for Visual Studio Code Insiders",
4 "description": "Insiders - Language pack extension for Hungarian",
5 "version": "1.23.0",
6 "publisher": "MS-CEINTL",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/Microsoft/vscode-loc"
10 },
11 "license": "SEE MIT LICENSE IN LICENSE.md",
12 "engines": {
13 "vscode": "^1.23.0"
14 },
15 "categories": [
16 "Language Packs"
17 ],
18 "contributes": {
19 "localizations": [
20 {
21 "languageId": "hu",
22 "languageName": "Hungarian",
23 "localizedLanguageName": "magyar",
24 "translations": [
25 {
26 "id": "vscode",
27 "path": "./translations/main.i18n.json"
28 },
29 {
30 "id": "vscode.bat",
31 "path": "./translations/extensions/bat.i18n.json"
32 },
33 {
34 "id": "vscode.clojure",
35 "path": "./translations/extensions/clojure.i18n.json"
36 },
37 {
38 "id": "vscode.coffeescript",
39 "path": "./translations/extensions/coffeescript.i18n.json"
40 },
41 {
42 "id": "vscode.configuration-editing",
43 "path": "./translations/extensions/configuration-editing.i18n.json"
44 },
45 {
46 "id": "vscode.cpp",
47 "path": "./translations/extensions/cpp.i18n.json"
48 },
49 {
50 "id": "vscode.csharp",
51 "path": "./translations/extensions/csharp.i18n.json"
52 },
53 {
54 "id": "vscode.css-language-features",
55 "path": "./translations/extensions/css-language-features.i18n.json"
56 },
57 {
58 "id": "vscode.css",
59 "path": "./translations/extensions/css.i18n.json"
60 },
61 {
62 "id": "vscode.docker",
63 "path": "./translations/extensions/docker.i18n.json"
64 },
65 {
66 "id": "vscode.emmet",
67 "path": "./translations/extensions/emmet.i18n.json"
68 },
69 {
70 "id": "vscode.extension-editing",
71 "path": "./translations/extensions/extension-editing.i18n.json"
72 },
73 {
74 "id": "vscode.fsharp",
75 "path": "./translations/extensions/fsharp.i18n.json"
76 },
77 {
78 "id": "vscode.go",
79 "path": "./translations/extensions/go.i18n.json"
80 },
81 {
82 "id": "vscode.groovy",
83 "path": "./translations/extensions/groovy.i18n.json"
84 },
85 {
86 "id": "vscode.grunt",
87 "path": "./translations/extensions/grunt.i18n.json"
88 },
89 {
90 "id": "vscode.git",
91 "path": "./translations/extensions/git.i18n.json"
92 },
93 {
94 "id": "vscode.gulp",
95 "path": "./translations/extensions/gulp.i18n.json"
96 },
97 {
98 "id": "vscode.handlebars",
99 "path": "./translations/extensions/handlebars.i18n.json"
100 },
101 {
102 "id": "vscode.hlsl",
103 "path": "./translations/extensions/hlsl.i18n.json"
104 },
105 {
106 "id": "vscode.html-language-features",
107 "path": "./translations/extensions/html-language-features.i18n.json"
108 },
109 {
110 "id": "vscode.html",
111 "path": "./translations/extensions/html.i18n.json"
112 },
113 {
114 "id": "vscode.ini",
115 "path": "./translations/extensions/ini.i18n.json"
116 },
117 {
118 "id": "vscode.jake",
119 "path": "./translations/extensions/jake.i18n.json"
120 },
121 {
122 "id": "vscode.java",
123 "path": "./translations/extensions/java.i18n.json"
124 },
125 {
126 "id": "vscode.javascript",
127 "path": "./translations/extensions/javascript.i18n.json"
128 },
129 {
130 "id": "vscode.json-language-features",
131 "path": "./translations/extensions/json-language-features.i18n.json"
132 },
133 {
134 "id": "vscode.json",
135 "path": "./translations/extensions/json.i18n.json"
136 },
137 {
138 "id": "vscode.less",
139 "path": "./translations/extensions/less.i18n.json"
140 },
141 {
142 "id": "vscode.log",
143 "path": "./translations/extensions/log.i18n.json"
144 },
145 {
146 "id": "vscode.lua",
147 "path": "./translations/extensions/lua.i18n.json"
148 },
149 {
150 "id": "vscode.make",
151 "path": "./translations/extensions/make.i18n.json"
152 },
153 {
154 "id": "vscode.markdown-basics",
155 "path": "./translations/extensions/markdown-basics.i18n.json"
156 },
157 {
158 "id": "vscode.markdown-language-features",
159 "path": "./translations/extensions/markdown-language-features.i18n.json"
160 },
161 {
162 "id": "vscode.merge-conflict",
163 "path": "./translations/extensions/merge-conflict.i18n.json"
164 },
165 {
166 "id": "vscode.npm",
167 "path": "./translations/extensions/npm.i18n.json"
168 },
169 {
170 "id": "vscode.objective-c",
171 "path": "./translations/extensions/objective-c.i18n.json"
172 },
173 {
174 "id": "vscode.perl",
175 "path": "./translations/extensions/perl.i18n.json"
176 },
177 {
178 "id": "vscode.php-language-features",
179 "path": "./translations/extensions/php-language-features.i18n.json"
180 },
181 {
182 "id": "vscode.powershell",
183 "path": "./translations/extensions/powershell.i18n.json"
184 },
185 {
186 "id": "vscode.php",
187 "path": "./translations/extensions/php.i18n.json"
188 },
189 {
190 "id": "vscode.pug",
191 "path": "./translations/extensions/pug.i18n.json"
192 },
193 {
194 "id": "vscode.python",
195 "path": "./translations/extensions/python.i18n.json"
196 },
197 {
198 "id": "vscode.r",
199 "path": "./translations/extensions/r.i18n.json"
200 },
201 {
202 "id": "vscode.razor",
203 "path": "./translations/extensions/razor.i18n.json"
204 },
205 {
206 "id": "vscode.ruby",
207 "path": "./translations/extensions/ruby.i18n.json"
208 },
209 {
210 "id": "vscode.rust",
211 "path": "./translations/extensions/rust.i18n.json"
212 },
213 {
214 "id": "vscode.scss",
215 "path": "./translations/extensions/scss.i18n.json"
216 },
217 {
218 "id": "vscode.shaderlab",
219 "path": "./translations/extensions/shaderlab.i18n.json"
220 },
221 {
222 "id": "vscode.shellscript",
223 "path": "./translations/extensions/shellscript.i18n.json"
224 },
225 {
226 "id": "vscode.sql",
227 "path": "./translations/extensions/sql.i18n.json"
228 },
229 {
230 "id": "vscode.swift",
231 "path": "./translations/extensions/swift.i18n.json"
232 },
233 {
234 "id": "vscode.theme-abyss",
235 "path": "./translations/extensions/theme-abyss.i18n.json"
236 },
237 {
238 "id": "vscode.theme-defaults",
239 "path": "./translations/extensions/theme-defaults.i18n.json"
240 },
241 {
242 "id": "vscode.theme-kimbie-dark",
243 "path": "./translations/extensions/theme-kimbie-dark.i18n.json"
244 },
245 {
246 "id": "vscode.theme-monokai-dimmed",
247 "path": "./translations/extensions/theme-monokai-dimmed.i18n.json"
248 },
249 {
250 "id": "vscode.theme-monokai",
251 "path": "./translations/extensions/theme-monokai.i18n.json"
252 },
253 {
254 "id": "vscode.theme-quietlight",
255 "path": "./translations/extensions/theme-quietlight.i18n.json"
256 },
257 {
258 "id": "vscode.theme-red",
259 "path": "./translations/extensions/theme-red.i18n.json"
260 },
261 {
262 "id": "vscode.theme-seti",
263 "path": "./translations/extensions/theme-seti.i18n.json"
264 },
265 {
266 "id": "vscode.theme-solarized-dark",
267 "path": "./translations/extensions/theme-solarized-dark.i18n.json"
268 },
269 {
270 "id": "vscode.theme-solarized-light",
271 "path": "./translations/extensions/theme-solarized-light.i18n.json"
272 },
273 {
274 "id": "vscode.theme-tomorrow-night-blue",
275 "path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
276 },
277 {
278 "id": "vscode.typescript-basics",
279 "path": "./translations/extensions/typescript-basics.i18n.json"
280 },
281 {
282 "id": "vscode.vb",
283 "path": "./translations/extensions/vb.i18n.json"
284 },
285 {
286 "id": "vscode.typescript-language-features",
287 "path": "./translations/extensions/typescript-language-features.i18n.json"
288 },
289 {
290 "id": "vscode.xml",
291 "path": "./translations/extensions/xml.i18n.json"
292 },
293 {
294 "id": "vscode.yaml",
295 "path": "./translations/extensions/yaml.i18n.json"
296 },
297 {
298 "id": "msjsdiag.debugger-for-chrome",
299 "path": "./translations/extensions/vscode-chrome-debug.i18n.json"
300 },
301 {
302 "id": "ms-vscode.node-debug2",
303 "path": "./translations/extensions/vscode-node-debug2.i18n.json"
304 },
305 {
306 "id": "ms-vscode.node-debug",
307 "path": "./translations/extensions/vscode-node-debug.i18n.json"
308 }
309 ]
310 }
311 ]
312 },
313 "scripts": {
314 "update": "cd ../vscode && npm run update-localization-extension hu"
315 }
316}