mirror of https://github.com/jpanther/congo.git
commit
799ac6ee2e
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [2.1.1] - 2022-04-03
|
||||||
|
|
||||||
### Added
|
### 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
|
- Advanced customisation using simple Tailwind colour definitions and styles
|
||||||
- Fully documented
|
- 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.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.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
|
[2.0.5]: https://github.com/jpanther/congo/compare/v2.0.4...v2.0.5
|
||||||
|
|
|
@ -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 */
|
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com */
|
||||||
|
|
||||||
|
|
|
@ -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 base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -57,6 +57,7 @@ The theme currently supports the following languages by default:
|
||||||
| :israel: Hebrew | `he` |
|
| :israel: Hebrew | `he` |
|
||||||
| :brazil: Portuguese (Brazil) | `pt-br` |
|
| :brazil: Portuguese (Brazil) | `pt-br` |
|
||||||
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
| :portugal: Portuguese (Portugal) | `pt-pt` |
|
||||||
|
| :romania: Romanian | `ro` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
| :tr: Turkish | `tr` |
|
| :tr: Turkish | `tr` |
|
||||||
|
|
||||||
|
|
|
@ -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"
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hugo-congo-theme",
|
"name": "hugo-congo-theme",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"description": "Congo theme for Hugo",
|
"description": "Congo theme for Hugo",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"chart.js": "^3.7.1",
|
"chart.js": "^3.7.1",
|
||||||
"fuse.js": "^6.5.3",
|
"fuse.js": "^6.5.3",
|
||||||
"katex": "^0.15.3",
|
"katex": "^0.15.3",
|
||||||
"mermaid": "^8.14.0",
|
"mermaid": "^9.0.0",
|
||||||
"prettier": "^2.6.2",
|
"prettier": "^2.6.2",
|
||||||
"prettier-plugin-go-template": "^0.0.12",
|
"prettier-plugin-go-template": "^0.0.12",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
|
Loading…
Reference in New Issue