Skip to content

Commit 6586b27

Browse files
committed
Add i18n files for testing
1 parent 74f619c commit 6586b27

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

languages/cs-CZ.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Česky
2+
pagination:
3+
previous: Předchozí
4+
next: Další
5+
github:
6+
edit: Editovat na GitHubu

languages/en.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: English
2+
pagination:
3+
previous: Previous
4+
next: Next
5+
github:
6+
edit: Edit on GitHub

npm-shrinkwrap.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "meteor-theme-hexo",
33
"version": "3.0.0",
4-
"description": "[Read the docs docs.](https://docs-docs.netlify.com/docs/docs/)",
4+
"description": "",
55
"main": "index.js",
66
"scripts": {
77
"test": "node ./tests/index.js"

0 commit comments

Comments
 (0)