Skip to content

Commit

Permalink
Added i18n folder mappings
Browse files Browse the repository at this point in the history
Closes #206
  • Loading branch information
PKief committed Mar 5, 2018
1 parent b53f307 commit 6781846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-vue', folderNames: ['vue'] },
{ name: 'folder-expo', folderNames: ['.expo'] },
{ name: 'folder-config', folderNames: ['config'] },
{ name: 'folder-i18n', folderNames: ['i18n', 'lang', 'locale', 'locales', 'localization'] },
{
name: 'folder-i18n',
folderNames: ['i18n', 'internationalization', 'lang', 'language', 'languages', 'locale', 'locales', 'localization', 'translation', 'translations']
},
{ name: 'folder-components', folderNames: ['components'] },
{ name: 'folder-aurelia', folderNames: ['aurelia_project'] },
{
Expand Down

0 comments on commit 6781846

Please sign in to comment.