From 46b21e028c0a183ac1a7db40a9cd6479e7eafc22 Mon Sep 17 00:00:00 2001 From: Hugo MARTIN Date: Sat, 3 Oct 2020 05:59:28 +0200 Subject: Translations and i18n (#60) * Managing i18n * Fix absolute path * Config files * Home link manage langage * Fixing footer i18n * Implemented i18n on newsletter * Implemented two languages in example * Removed old section directory * Using yaml in data to organize home summary * Fully working for old versions without i18n * Integrating language menu CSS * Fix language dropdown CSS * Refactor translation codes * Remove duplicate code * Fix URL issues * Move customMenus and other site related config into data section * Fix error during language toggle * Only show the available translation for the posts * Handle navbar brand URL properly * Fix responsiveness Co-authored-by: Hugo MARTIN Co-authored-by: hossainemruz --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 08f7e8e..7abfad5 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "homepage": "https://github.com/hossainemruz/toha#readme", "devDependencies": { "autoprefixer": "^9.8.6", - "postcss-cli": "^7.1.1" + "postcss-cli": "^7.1.2" } } -- cgit v1.2.3