* It was added the necessary code to show the welcome message in different languages, also the json languages files in english and spanish were modified in order to complement this feature
* Added the necessary code to show the welcome message in different languages, also the json languages files in english and spanish were modified in order to complement this feature
* cosmetic bug fixed on 404 page, where the button icon wasn't showed correctly
Added the necessary code to show the welcome message in different languages, also the json languages files in english and spanish were modified in order to complement this feature
* Fix jest tests by mocking i18n, and prevent future such breakages by making warns and errors fatal
* Delete src/setupTests.js - this is a create-react-app only file that is not used here. Setup is done in jest.setup.js
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Update index.json
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
thanks SuperCommunist#1627 for editing
* Provide Full Russian Translation (LAION-AI#1304)
fixing typos
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
* Provide Full Russian Translation (LAION-AI#1304)
Updating after last update
* Provide Full Russian Translation (LAION-AI#1304)
Update after last update
* Provide Full Russian Translation (LAION-AI#1304)
Update after last update
* Provide Full Russian Translation (LAION-AI#1304)
Update after last update
* Provide Full Russian Translation (LAION-AI#1304)
Update after last update + Fixing Typos
* Provide Full Russian Translation (LAION-AI#1304)
Fixing typos
* Provide Full Russian Translation (LAION-AI#1304)
Fixing typos
* Provide Full Russian Translation (LAION-AI#1304)
Better context
* Provide Full Russian Translation (LAION-AI#1304)
Better context
* Provide Full Russian Translation (LAION-AI#1304)
common.json changes due to https://github.com/LAION-AI/Open-Assistant/pull/1327
* Provide Full Russian Translation (LAION-AI#1304)
"trollboard" merged from "side_menu.json"
* Provide Full Russian Translation (LAION-AI#1304)
Deleting side_menu.json due to https://github.com/LAION-AI/Open-Assistant/pull/1327
* Provide Full Russian Translation (LAION-AI#1304)
Updated
* Provide Full Russian Translation (LAION-AI#1304)
Fixing typos
* Provide Full Russian Translation (LAION-AI#1304)
Correction of typos, better context, better format
* Provide Full Russian Translation (LAION-AI#1304)
typos
* Provide Full Russian Translation (LAION-AI#1304)
Bug fix {lang} should have been {{lang}}
* Provide Full Russian Translation (LAION-AI#1304)
Better context
* Provide Full Russian Translation (LAION-AI#1304)
Too long description caused ugly table-view (imho), Better context
* Provide Full Russian Translation (LAION-AI#1304)
Updated to last.
* Provide Full Russian Translation (LAION-AI#1304)
Updated.
* Provide Full Russian Translation (LAION-AI#1304)
Updated.
* lint
---------
Co-authored-by: OpenEvil___ <122345469+aayojezuzchrezt@users.noreply.github.com>
Co-authored-by: notmd <tinhmeo10@gmail.com>
* Added Gutenberg Crawler Notebook
- added configrable Jupyter Notebook with crawler + ability to save to parquet
- added README.md
- added requirements.txt for running in venv / collab
In the spanish version of index.json the following changes were made:
"blurb1": paraphrased to avoid repetition, word order fixed and missing punctuation added
"faq_title": typo fix
Hey, this pr fixes issue #1364 and also applies some refactoring of the code in SortableItem.
Here is a a summary of the changes:
Replace useState hook to manage the mouse cursor. Instead, we can use css.
Added a background color indicator when the item is in active state.
Added and updated the stories for Sortable to support these changes.
Any problems please let me know.