diff --git a/static/lang/en.json b/static/lang/en.json new file mode 100644 index 0000000..c27921d --- /dev/null +++ b/static/lang/en.json @@ -0,0 +1,15 @@ +{ + "site": { + "title": "Galène", + "by": "by", + "locale": "Language:" + }, + "groups": { + "public": "Public groups", + "group": "Group:" + }, + "input": { + "value": "Join" + } + +} diff --git a/static/lang/fr.json b/static/lang/fr.json new file mode 100644 index 0000000..dde3a9c --- /dev/null +++ b/static/lang/fr.json @@ -0,0 +1,15 @@ +{ + "site": { + "title": "Galène", + "by": "par", + "locale": "Langue :" + }, + "groups": { + "public": "Groupes publics", + "group": "Groupe :" + }, + "input": { + "value": "Rejoindre" + } + +} diff --git a/static/lang/oc.json b/static/lang/oc.json new file mode 100644 index 0000000..aa059fb --- /dev/null +++ b/static/lang/oc.json @@ -0,0 +1,15 @@ +{ + "site": { + "title": "Galène", + "by": "per", + "locale": "Lenga :" + }, + "groups": { + "public": "Grops publics", + "group": "Grop :" + }, + "input": { + "value": "Participar" + } + +}