Skip to content

Commit

Permalink
🔖 Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Apr 8, 2022
2 parents 265e0ee + bd36505 commit 799ac6e
Show file tree
Hide file tree
Showing 8 changed files with 19,035 additions and 2,890 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [2.1.2] - 2022-04-08

### Added

- Romanian translation ([#168](https://github.com/jpanther/congo/pull/168))

### Changed

- Upgrade to Mermaid v9.0.0

## [2.1.1] - 2022-04-03

### Added
Expand Down Expand Up @@ -378,7 +388,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Advanced customisation using simple Tailwind colour definitions and styles
- Fully documented

[unreleased]: https://github.com/jpanther/congo/compare/v2.1.1...HEAD
[unreleased]: https://github.com/jpanther/congo/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/jpanther/congo/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/jpanther/congo/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/jpanther/congo/compare/v2.0.5...v2.1.0
[2.0.5]: https://github.com/jpanther/congo/compare/v2.0.4...v2.0.5
Expand Down
2 changes: 1 addition & 1 deletion assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Congo v2.1.1 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.1.2 | MIT License | https://github.com/jpanther/congo */

/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com */

Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Congo v2.1.1 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.1.2 | MIT License | https://github.com/jpanther/congo */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/mermaid/mermaid.min.js
100755 → 100644

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions exampleSite/content/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The theme currently supports the following languages by default:
| :israel: Hebrew | `he` |
| :brazil: Portuguese (Brazil) | `pt-br` |
| :portugal: Portuguese (Portugal) | `pt-pt` |
| :romania: Romanian | `ro` |
| :es: Spanish (Spain) | `es` |
| :tr: Turkish | `tr` |

Expand Down
55 changes: 55 additions & 0 deletions i18n/ro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
article:
anchor_label: "Link"
date: "{{ .Date }}"
date_updated: "Modificat la: {{ .Date }}"
draft: "Draft"
edit_title: "Editează"
reading_time:
one: "{{ .Count }} min"
other: "{{ .Count }} minute"
reading_time_title: "Citit în"
table_of_contents: "Cuprins"
word_count:
one: "{{ .Count }} cuvânt"
other: "{{ .Count }} cuvinte"

author:
byline_title: "Autor"

code:
copy: "Copiază"
copied: "Copiat"

error:
404_title: "Pagină Lipsă :confused:"
404_error: "Eroare 404"
404_description: "Se pare că pagina pe care o cauți nu există."

footer:
dark_appearance: "Schimbă la tema de noapte"
light_appearance: "Schimbă la tema normală"
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"

list:
externalurl_title: "Link la site extern"
no_articles: "Nu avem încă niciun articol."

nav:
scroll_to_top_title: "Înapoi sus"
skip_to_main: "Sari la conținut"

search:
open_button_title: "Caută (/)"
close_button_title: "Închide (Esc)"
input_placeholder: "Caută"

sharing:
email: "Trimite pe email"
facebook: "Postează pe Facebook"
linkedin: "Postează LinkedIn"
pinterest: "Pune pe Pinterest"
reddit: "Postează pe Reddit"
twitter: "Scrie pe Twitter"

shortcode:
recent_articles: "Cele mai noi"
Loading

0 comments on commit 799ac6e

Please sign in to comment.