Skip to content

Commit 3837d00

Browse files
committed
Experiment with localizing the sidebar (issue #11).
1 parent 9bfe85a commit 3837d00

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

Diff for: _config.yml

+74
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ top_projects:
8585
and Firefox.
8686
8787
locales:
88+
directories:
89+
en:
90+
downloads: downloads
91+
documentation: documentation
92+
libraries: libraries
93+
community: community
94+
news: news
95+
security: security
96+
about: about
8897
sitelinks:
8998
bg:
9099
- name: За сваляне
@@ -293,6 +302,71 @@ locales:
293302
- name: 關於 Ruby
294303
url: about
295304

305+
sidebar:
306+
bg:
307+
getting_started:
308+
name: <strong>Започнете</strong> лесно е
309+
try_ruby:
310+
name: Пробвайте Ruby! (в браузъра)
311+
url: http://tryruby.org/
312+
ruby_in_twenty_minutes:
313+
name: Ruby в 20 минути
314+
url: /bg/documentation/quickstart/
315+
ruby_from_other_languages:
316+
name: Ruby от други езици
317+
url: /bg/documentation/ruby-from-other-languages/
318+
explore:
319+
text: <strong>Изследвайте</strong> нов свят…
320+
documentation:
321+
name: Документация
322+
url: /bg/documentation/
323+
books:
324+
name: Книги
325+
url: http://www.amazon.com/s/ref=sr_nr_n_5?ie=UTF8&rs=1000&keywords=Ruby&rh=i%3Aaps%2Ck%3ARuby%2Ci%3Astripbooks%2Cn%3A1000%2Cn%3A5
326+
libraries:
327+
name: Библиотеки
328+
url: /bg/libraries/
329+
success_stories:
330+
name: Успешни истории
331+
url: /bg/documentation/success-stories/
332+
participate:
333+
name: <strong>Участвайте</strong> в приятелски настроено общество.
334+
mailing_lists:
335+
name: Пощенски списъци
336+
url: /bg/community/mailing-lists/
337+
description: |
338+
Дискусии относно Ruby с програмисти от цял свят.
339+
user_groups:
340+
name: Потребителски групи
341+
url: /bg/community/user-groups/
342+
description: |
343+
Свържете се с рубисти в твоя район.
344+
weblogs:
345+
name: Блогове
346+
url: /bg/community/weblogs/
347+
description: |
348+
Прочетете какво се случва в Ruby обществото.
349+
ruby_core:
350+
name: Ruby ядро
351+
url: /bg/community/ruby-core/
352+
description: |
353+
Помогнете за разработката на Ruby.
354+
issue_tracking:
355+
name: Следене на бъгове
356+
url: http://redmine.ruby-lang.org/
357+
description: |
358+
Докладвайте или помогнете за решаването на проблеми в Ruby.
359+
top_ruby_projects:
360+
name: Няколко топ Ruby проекта
361+
more:
362+
name: Още…
363+
url: /bg/libraries/top-projects/
364+
syndicate:
365+
name: Новини
366+
recent_news:
367+
name: Последните новини
368+
url: /bg/feeds/news.rss
369+
296370
credits:
297371
en: |
298372
This website was generated with Ruby using <a href="http://www.jekyllrb.com/">Jekyll</a>.

0 commit comments

Comments
 (0)