Skip to content

Commit

Permalink
add i18n icon to lang folders
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian authored and PKief committed Dec 17, 2017
1 parent a32663b commit b7b375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-vue', folderNames: ['vue'] },
{ name: 'folder-expo', folderNames: ['.expo'] },
{ name: 'folder-config', folderNames: ['config'] },
{ name: 'folder-i18n', folderNames: ['i18n', 'locale', 'locales'] },
{ name: 'folder-i18n', folderNames: ['i18n', 'lang', 'locale', 'locales'] },
{ name: 'folder-components', folderNames: ['components'] },
{ name: 'folder-aurelia', folderNames: ['aurelia_project'] },
{
Expand Down

0 comments on commit b7b375c

Please sign in to comment.