Merge pull request #150 from akalongman/master

Add Georgian (ka) language
This commit is contained in:
Daniel M 2017-11-13 11:00:47 +01:00 committed by GitHub
commit 25faad3f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -65,6 +65,6 @@ contact:
city: New York city: New York
website: johndoe.com website: johndoe.com
github: johnyD github: johnyD
# en, de, fr, pt, ca, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, nl, he, zh-tw, lt, ko, el # en, de, fr, pt, ca, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, ka, nl, he, zh-tw, lt, ko, el
lang: en lang: en
` `

11
src/lang/ka.js Executable file
View File

@ -0,0 +1,11 @@
/* eslint-disable */
const ka = {
headings: {
contact: 'კონტაქტი',
experience: 'გამოცდილება',
education: 'განათლება',
skills: 'უნარები',
about: 'ჩემ შესახებ'
}
};
export default ka;