Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overlapping section headings in the top navigation #56

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions state_of_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ translations:
t: Мови, що компільовані у JavaScript

- key: sections.front_end_frameworks.title
t: Фреймворки для клієнтської частини
t: Клієнтські фреймворки
- key: sections.front_end_frameworks.description
t: Фреймворки та бібліотеки для клієнтської частини

Expand All @@ -88,7 +88,7 @@ translations:
t: Фреймворки, що орієнтовані на рендеринг та обслуговування (serving) вашого застосунку

- key: sections.back_end_frameworks.title
t: Фреймворки для серверної частини
t: Серверні фреймворки
- key: sections.back_end_frameworks.description
t: JavaScript на сервері

Expand All @@ -98,17 +98,17 @@ translations:
t: Інструменти для тестування коду

- key: sections.mobile_desktop.title
t: Мобільні пристрої та настільні комп'ютери
t: Мобільні та настільні
- key: sections.mobile_desktop.description
t: JavaScript-застосунки для мобільних пристроїв і настільних комп'ютерів

- key: sections.build_tools.title
t: Інструменти для збирання коду
t: Збирачі коду
- key: sections.build_tools.description
t: Компіляція та збирання коду

- key: sections.monorepo_tools.title
t: Інструменти для монорепозиторіїв
t: Інструменти для monorepo
- key: sections.monorepo_tools.description
t: Інструменти, які використовуються для управління монорепозиторіями JavaScript.

Expand Down
Loading