Compare commits

..

4 Commits

Author SHA1 Message Date
Nuno Coração 2ef97effed Update package.json 2022-10-18 21:58:45 +01:00
Nuno Coração 803f7dcc52 Update go.mod 2022-10-18 21:57:44 +01:00
Nuno Coração 76e7fbdeb0 Merge pull request #141 from lukapiplica/main
Slight fix for the name.
2022-10-18 08:14:31 +01:00
lukapiplica 5d992f1719 Fixed docs for Croatian
Slight change from Hrvatski to Croatian.
2022-10-18 03:03:12 +02:00
3 changed files with 3 additions and 3 deletions
@@ -74,7 +74,7 @@ The theme currently supports the following languages by default:
| :romania: Romanian | `ro` | | :romania: Romanian | `ro` |
| :es: Spanish (Spain) | `es` | | :es: Spanish (Spain) | `es` |
| :tr: Turkish | `tr` | | :tr: Turkish | `tr` |
| 🇭🇷 Hrvatski | `hr` | | 🇭🇷 Croatian | `hr` |
The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/nunocoracao/blowfish/pulls). The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/nunocoracao/blowfish/pulls).
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/nunocoracao/blowfish module github.com/nunocoracao/blowfish/v2
go 1.16 go 1.16
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hugo-blowfish-theme", "name": "hugo-blowfish-theme",
"version": "2.3.1", "version": "2.4.0",
"description": "Blowfish theme for Hugo", "description": "Blowfish theme for Hugo",
"scripts": { "scripts": {
"preinstall": "rimraf assets/vendor", "preinstall": "rimraf assets/vendor",