Merge branch 'master' of https://github.com/salomonelli/best-resume-ever into oblique-rtl

Updating to keep up with upstream
This commit is contained in:
Liel Fridman 2017-11-21 11:55:47 +02:00
commit 367d11ff91
4 changed files with 17 additions and 4 deletions

View File

@ -2,6 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>best-resume-ever</title>
</head>
<body>

View File

@ -56,7 +56,7 @@
"cpx": "1.5.0",
"css-loader": "0.28.7",
"escope": "3.6.0",
"eslint": "4.9.0",
"eslint": "4.11.0",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.9.0",
@ -76,7 +76,7 @@
"less": "2.7.2",
"less-loader": "4.0.5",
"local-web-server": "2.2.4",
"lolex": "2.1.3",
"lolex": "2.2.0",
"mocha": "4.0.1",
"mv": "2.1.1",
"opn": "5.1.0",
@ -97,7 +97,7 @@
"testcafe": "0.18.1",
"url-exists": "1.0.3",
"url-loader": "0.6.2",
"vue-loader": "13.3.0",
"vue-loader": "13.4.0",
"vue-style-loader": "3.0.3",
"vue-template-compiler": "2.5.2",
"webpack": "3.8.1",

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;