Add Georgian (ka) language

This commit is contained in:
Avtandil Kikabidze 2017-11-13 12:28:04 +04:00
parent 5ba2f22693
commit e879bbb6ba
2 changed files with 12 additions and 1 deletions

View File

@ -65,6 +65,6 @@ contact:
city: New York
website: johndoe.com
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
`

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;