Feature: Add catalan (Catalonia) language (#672)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Fernando Verdugo
2020-04-16 11:58:23 +02:00
committed by GitHub
parent 743bddc065
commit c2167fcaaf
22 changed files with 851 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
import ca from './ca';
import en from './en';
import de from './de';
import ml from './ml';
export default {
ca,
de,
en,
ml
ml,
};