aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
blob: cbb311e46e3fc5ccbe7e579f8ec0f7f642e72de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
title = "saucesource"
base_url = "http://saucesource.cc/"

generate_feed = false
#feed_filename = "feed.xml"

compile_sass = true
build_search_index = false

taxonomies = [
  {name = "categories"},
  {name = "tags"},
]

default_language = "en"
languages = [
  {code = "es"},
  {code = "ru"},
]

[translations]

[translations.en]
home="Home"
recipes="Recipes"
archive="Archive"
about="About"
cookbook="Cookbook"
published = "Published"
published_on = "on"
edited = "Last edited"
also_read = "This recipe is also available in other languages: "
archive_title = "Recipes archive"
recipes_title = "Latest recipes"
page = "Page"
first = "First"
last = "Last"
author_website = "Website"
author_donate = "Tip the author"

[translations.es]
home="Inicio"
recipes="Recetas"
archive="Archivo"
about="Acerca de"
cookbook="Recetario"
published = "Publicado el"
published_on = "en:"
edited = "Última edición: "
also_read = "Esta receta está disponible en otros idiomas: "
archive_title = "Archivo de recetas"
recipes_title = "Últimas recetas"
page = "Página"
first = "Primera"
last = "Última"
author_website = "Sitio web"
author_donate = "Donar al autor"

[translations.ru]
home="Главная"
recipes="Рецепты"
archive="Архив"
about="О сайте"
cookbook="Книга рецептов"
published = "Опубликовано"
published_on = "в: "
edited = "Отредакировано: "
also_read = "Данный рецепт также доступен на других языках: "
archive_title = "Архив рецептов"
recipes_title = "Последние рецепты"
page = "Страница"
first = "Начало"
last = "Конец"
author_website = "Веб-сайт"
author_donate = "Пожертвовать автору"

[extra]