🔖 Release v2.1.2

pull/775/head v2.1.2
James Panther 2022-04-08 10:43:13 +10:00
commit 799ac6ee2e
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
8 changed files with 16346 additions and 201 deletions

View File

@ -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
@ -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

View File

@ -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 */

View File

@ -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;

2
assets/lib/mermaid/mermaid.min.js vendored 100755 → 100644

File diff suppressed because one or more lines are too long

View File

@ -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` |

55
i18n/ro.yaml 100644
View File

@ -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"

16440
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "hugo-congo-theme",
"version": "2.1.1",
"version": "2.1.2",
"description": "Congo theme for Hugo",
"main": "index.js",
"scripts": {
@ -33,7 +33,7 @@
"chart.js": "^3.7.1",
"fuse.js": "^6.5.3",
"katex": "^0.15.3",
"mermaid": "^8.14.0",
"mermaid": "^9.0.0",
"prettier": "^2.6.2",
"prettier-plugin-go-template": "^0.0.12",
"rimraf": "^3.0.2",