Skip to content

Commit eda8730

Browse files
JimiCrobertohuertasm
authored andcommitted
Remove French translations. (vscode-icons#812)
1 parent 4f924da commit eda8730

File tree

4 files changed

+1
-46
lines changed

4 files changed

+1
-46
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ The above syntax will create examples for all supported files and folders.
274274
## Contributing with translations
275275
We're looking for people willing to help us translate the extension's messages into [all the languages that `vscode` supports](https://code.visualstudio.com/docs/customization/locales).
276276

277-
We're currently supporting English, French, German and Spanish. If you're willing to help with the translations of the missing languages take a look at [#526](https://github.com/vscode-icons/vscode-icons/issues/526) and get your hands dirty. We'll really appreciate it! ;P
277+
We're currently supporting English, German and Spanish. If you're willing to help with the translations of the missing languages take a look at [#526](https://github.com/vscode-icons/vscode-icons/issues/526) and get your hands dirty. We'll really appreciate it! ;P
278278

279279
## Building the extension's source code
280280
If you're willing to explore the extension source code and want to make it work you should run this:

src/i18n/langResourceCollection.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ export const langResourceCollection: ILangResourceCollection = {
55
de: resources.langDe,
66
en: resources.langEn,
77
es: resources.langEs,
8-
fr: resources.langFr,
98
};

src/i18n/langResources/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from './lang.de';
22
export * from './lang.en';
33
export * from './lang.es';
4-
export * from './lang.fr';

src/i18n/langResources/lang.fr.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)