Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multilingual: Update Example Site and Theme.toml (#123)
* content-list modified summary as recommended by yihui * Rename layout index.html > old.html * Add .gitignore * Add language switcher * Add language switch in articles headers with flags. * Add flags to main language switcher * relative language links in sidebar and navbar * Example of multiple language Menu in config.toml * Example of menu translation * Translate text content using i18n folder and languages files * Update readme for multinlingual * Get back to index.html * Add googlescholar, orcid, researchgate with academicons in social links * clean translation_link.html * Corrected header for customCSS * Contact form multilanguage * Add title on hover to featured images * Added tags to posts footer * More copyright in config and sidebar * Modified Flag of current language on article * Make flag appear even if only one language * Allow multilanguage for category in post footer * Allow translation in contact form. Added contact lang for translated formspree automatic emails. * Corrected contact example in exampleSite * Added missing safeHTML in params.intro .paragraph * Added multilingual condition to show flag in post header as for sidebar * Added translations in i18n for 'Uncategorized' posts * Added possibility for 'Uncategorized' translation * Added flags and translations i18n in exampleSite * Add gitignore * Moved language switcher in navigation bar (display>736px) * flags for devices < 736px * changed flag size * flags when no translation for the current page * Add special case when only two languages * Corrected h3 tag * Language defined datetype format in mini posts * Multilanguage for footer-category. Moved in partial, same for posts and itemized. * "See_more" multilanguage * Use relLangURL instead of .Lang * Precisions for exampleSite and config.toml on multilanguage * Removed `i18n` and `flags` in exampleSite. There are in the theme directory. * Corrected error with Lang for category.term list and sidebar * Added layout for tags * <p> tag cleaned in category list * Corrected social share in config.toml * Corrected multilingual link to about page * corrected socialshare in config.toml * Corrected multilingual link to about page in sidebar * Mobile menu multilingual * mobile menu multilingual * Include Quora * Translate 404 not found page * Added flag for no translation in 2-lang switcher (css quick & dirty) * modify researchgate social link * Revert merge mistake from another branch * Translate share-menu title * Translate navbar "recent_post" * Rename for consistency * Edit language switcher to be compatible with Chrome and touchscreens * The angled arrow displayed misaligned in Google Chrome * Deleted current language hiperlink: Touch screens (like mobile phones) were not able to use the button because tapping on it will refresh the page to the current page * Add Polish language * Modify conflicts files with master * Add last modifications from original repository * Revert to 45f5d99 * Resolved merge conflict by incorporating both suggestions. * relLangURL for sidebar pic * Corrected 404 for translation * Revert to 46339c5 * Modified absLangURL by relLangURL * Delete .gitignore * Delete .gitignore * Add Missing translations Pagination translatios NavBar dynamic titles translations: * taxonomies need i18n translation to display "Categories" translations * category taxonomy terms do not need a translation because this will be should be already translated for each language in their respective *.lang.md file. Translations to category taxonomy templates * lowercase next/previous page * Add tag & tags * Add tag & tags * merge rename for consistency * Update Example Site * Update Theme Information
- Loading branch information