Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/ru.toml')
-rw-r--r--data/ru.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/ru.toml b/data/ru.toml
new file mode 100644
index 0000000..ae1c659
--- /dev/null
+++ b/data/ru.toml
@@ -0,0 +1,22 @@
+[Weekday]
+ 0 = 'воскресенье'
+ 1 = 'понедельник'
+ 2 = 'вторник'
+ 3 = 'среда'
+ 4 = 'четверг'
+ 5 = 'пятница'
+ 6 = 'суббота'
+
+[Month]
+ 1 = 'январь'
+ 2 = 'февраль'
+ 3 = 'март'
+ 4 = 'апрель'
+ 5 = 'май'
+ 6 = 'июнь'
+ 7 = 'июль'
+ 8 = 'август'
+ 9 = 'сентябрь'
+ 10 = 'октябрь'
+ 11 = 'ноябрь'
+ 12 = 'декабрь' \ No newline at end of file