feat(locales): add Lithuanian translation (#4761)

This commit is contained in:
Erez Rokah
2020-12-23 04:54:47 -08:00
committed by GitHub
parent 38c96a4133
commit 18444cb839
2 changed files with 291 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export { default as fr } from './fr';
export { default as gr } from './gr';
export { default as hu } from './hu';
export { default as it } from './it';
export { default as lt } from './lt';
export { default as ja } from './ja';
export { default as nl } from './nl';
export { default as nb_no } from './nb_no';