Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V2] Adiciona suporte a múltiplas línguas usando Jekyll Polyglot (#267)
* Using jekyll with polyglot to create localized version Signed-off-by: George Araújo <[email protected]> * Now formatting data inside _data/ directory Signed-off-by: George Araújo <[email protected]> * Fixed formatting of data files Signed-off-by: George Araújo <[email protected]> * Removed json files from pre-commit-config Signed-off-by: George Araújo <[email protected]> * Splitted cards information per letter Signed-off-by: George Araújo <[email protected]> * Removed json files from run_on_code_changed.sh Signed-off-by: George Araújo <[email protected]> * Moved all scss to _sass dir Signed-off-by: George Araújo <[email protected]> * Moved cards.json to _assets dir Signed-off-by: George Araújo <[email protected]> * Changed ruby version to 3.3.3 Signed-off-by: George Araújo <[email protected]> * Updated README and CONTRIBUTING Signed-off-by: George Araújo <[email protected]> * Renamed script.liquid Signed-off-by: George Araújo <[email protected]> * Added prettier configuration file Signed-off-by: George Araújo <[email protected]> * Added devcontainer support Signed-off-by: George Araújo <[email protected]> * Updated scripts reference in base layout Signed-off-by: George Araújo <[email protected]> * Added local site link to contributing Signed-off-by: George Araújo <[email protected]> * Solved merge issues Signed-off-by: George Araújo <[email protected]> * Fixed some pt-br definitions Signed-off-by: George Araújo <[email protected]> * Fixed more portuguese definitions Signed-off-by: George Araújo <[email protected]> * Added missing translations Signed-off-by: George Araújo <[email protected]> * Removed prettierrc config file Signed-off-by: George Araújo <[email protected]> * Fixed prettier complaints Signed-off-by: George Araújo <[email protected]> * Updated prettier workflow to include liquid files Signed-off-by: George Araújo <[email protected]> * Updated data path on GitHub actions Signed-off-by: George Araújo <[email protected]> * Testing fix to sort-data Signed-off-by: George Araújo <[email protected]> * Removed test code Signed-off-by: George Araújo <[email protected]> * Updated CONTRIBUTING.md Signed-off-by: George Araújo <[email protected]> * Renamed _assets to _json Signed-off-by: George Araújo <[email protected]> * Updated CONTRIBUTING Signed-off-by: George Araújo <[email protected]> * Moved pwa code to its own js Signed-off-by: George Araújo <[email protected]> * Updated CONTRIBUTING with pwa js Signed-off-by: George Araújo <[email protected]> * Removed .ruby-version file Signed-off-by: George Araújo <[email protected]> * Adding suggested changes Signed-off-by: George Araújo <[email protected]> * Added missing definitions Signed-off-by: George Araújo <[email protected]> * Added debugging message to format_data.py Signed-off-by: George Araújo <[email protected]> * Formatted data files Signed-off-by: George Araújo <[email protected]> * Added more debug messages to format_data.py Signed-off-by: George Araújo <[email protected]> * Fixed formatting in all files Signed-off-by: George Araújo <[email protected]> * Added more debug messages to format_data.py Signed-off-by: George Araújo <[email protected]> * Fixed formatting in all files Signed-off-by: George Araújo <[email protected]> * Made pre-commit hooks run sequentially Signed-off-by: George Araújo <[email protected]> * Fixed formatting in all files Signed-off-by: George Araújo <[email protected]> * Updated ruby packages Signed-off-by: George Araújo <[email protected]> * Removed duplicate description of 2FA Signed-off-by: George Araújo <[email protected]> * Capitalize tags Signed-off-by: George Araújo <[email protected]> * Capitalized tags Signed-off-by: George Araújo <[email protected]> * Added reference to add term to all languages Signed-off-by: George Araújo <[email protected]> * Deleted .ruby-version since it throws error with devcontainer Signed-off-by: George Araújo <[email protected]> --------- Signed-off-by: George Araújo <[email protected]>
- Loading branch information