mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
- Add Japanese translations for documentation - Implement I18N framework - Update mkdocs.yml for multi-language support This commit significantly enhances the project's internationalization.
8 lines
195 B
JavaScript
8 lines
195 B
JavaScript
/*
|
|
* Assign 'docutils' class to tables so styling and
|
|
* JavaScript behavior is applied.
|
|
*
|
|
* https://github.com/mkdocs/mkdocs/issues/2028
|
|
*/
|
|
|
|
$('div.rst-content table').addClass('docutils');
|