monkeytype/frontend/static/languages
Jack 34e730c6fc
Custom themes storage (#2660)
* Fixed typo

* Created method for adding theme in the UserDAO:

* Created function for checking if custom theme object is valid

* Exported the isThemeValid function

* Added controller for adding customTheme

* Created route for adding custom theme

* Created rateLimit for adding customTheme

* Fixed typo

* Fixed incorrect color length

* Added method for removing, getting and editing custom themes on the backend

* Moved validations from controllers to routes and some aesthetic changes in the user dao

* Started working on frontend and some minor changes in the backend

- Commandline support for custom themes
- Allow user to shift to their custom theme using Shift-click
- Updated the backend to be compatible with some changes
- Create a new custom theme for users with old system to prevent their custom theme loss

* Fixed custom theme type in ape and now new custom theme is created if user clicks the custom tab and doesn't already have one

* Fixed ape type issue

* Format html file

* Fixed wrong tab being active

* Created new custom theme edit section

* Fixed bug where user theme would have impact on icons with custom theme

* Update customThemes API

* Updated the custom theme sharing option to work with multiple custom themes

* Started working on the UI for custom theme buttons

* Added DOM event for clicking custom theme buttons

* Updated the updateActiveButton to work with multiple custom themes

* Removed favorite button for themes and fixed bug where double theme buttons were being added

* Fixed bug where preset theme buttons were not appearing if user has applied custom theme on website load and refreshed

* Moved DOM event for sharing custom theme to more appropriate place

* Integrated the save custom theme button with the changes

* Fixed bug with custom theme tab buttons and theme buttons

* Fixed commented div

* Replaced 'sds' with a meaningful message for custom theme buttons

* Integrated the delete button for deleting custom themes and fixed bug where id of newly added custom theme was not set properly

* Integrated the add button and name field for custom themes editing

* Added addCustomThemeWrapper element

I added it before but seems like vscode and other editors can't handle large files

* Removed some debug statements

* Removed some more debug statements

* Used parial types for custom theme. Thanks Bruce

* Removed unnecssary try catch blocks. Thanks Bruce

* Rephrased custom theme API messages

* Set new theme fields explicitly to prevent validtion failures and rephrased API message

* Replaced let with const

* Replaced let with const for _id

* Replaced let with const and used nullish coalescing

* Improved code quality in User DAO

* Strict equality in user DAO

* Moved validation scheme to a variables at the top of file

* Fixed bugs with strict equality checks

* Renamed themeId to themeID for consistency

* Made customThemes a required type in db to remove unnecessary undefined checks

* Uncommented GET API endpoint

* Prevent colorId being updated on custom theme name chnage

* Removed debug log

* Added loader on api calls

* Commenced shift from customThemeIndex to customThemeId

* Added required to themeColors schema

* Temp fix for validation fail for customThemeId

* Changed default value of customThemeId back to ''

* Temp fix for validation fail for customThemeId

* Fixed minor bug

* Fixed bug where account-controller would pass undefined to ThemeController.set

* Created methods in db.ts for adding, deleting and editing custom themes. Created new interface for raw custom themes and renamed ape methods

* Removed repeating code in account-controller

* Removed repeating code in theme-picker

* Removed setThemes in config

* Fixed minor bug

* Removed repeating code in user DAO

* Made custom themes available to registered users only

* Fixed minor bug

* Removed debug log and updated custom theme commands before showing list

* Added popup for confirming custom theme deletion

* Added custom option for random theme

* Minor improvement

* Workaround for local config firing before firebase initalization

* Removed debug log and created workaround for migration

* Added legacy customTheme config field

* Replaced workaround

* Changed put to patch

* Changed put to patch

* Added customTheme field back

* Integrated customTheme into to feature

* Added notifications for users when they access custom theme cmd option without being logged in

* Removed debug logs and comments

* Replaced literals with constant. Thanks Bruception

* Fixed wrong querySelector parameters and reset custom theme colors after deleting a custom theme

* added notification on save

* duplicating object instead of referencing

* Added return type on function

* Fixed wrong notification code

* spreading default config instead of referencing

* added index, psas, configs, presets

* camel_case

* added ape keys, leaderboards, results, quotes

* Modified setCustomTheme

* Modified setCustomThemeId

* Added tip for random themes settings

* Modified setCustomThemeId

* Now load custom theme before account loading

* Added custom theme compatibility for non-logged in users to theme-controller

* Now update tabs and buttons on custom theme config value change and modified boolean checks to use customTheme instead of customThemeId

* Fixed bug

* Refactoring in theme-controller.ts

* Enable custom theme support in commandline for logged out users

* More refactoring in theme-controller.ts

* Added custom theme compatibility for logged out users

* Removed double events in settings.ts and now turn on custom theme upon applying

* Fixed bug and recursive call

* Fixed bug

* Fixed random theme custom option

* Fix jquery wrong syntax

* Readded notification upon custom theme edit

* One notification upon error only

* Change notification type

* New custom themes now have default colors

* Notification on custom theme edit for non-logged in users

* Refresh buttons upon settings load

* missing gitignore

* updated message

* updated message

* setting config to unchanged when logging in to avoid issues with applying db config

* reverted some over complicated code, excessive auth checks

* removed customthemeid from config

* not setting custom theme id

* removed all customthemeid references

* removed commented code

* removed name field

* added edit button

* unused file

* removed popup

* removed add button, removed text

* removed duplicate code

* added simple popup checkbox support

* whitespace

* added custom theme popups

* removed warning when no custom themes were found

* removed add button click handler

* added function to save custom theme

* saving current theme not default

* removed custom theme id from default config

* not creating new theme by default, just applying

* reacting to customThemeColors save

* unnecessary function call

* removed unused code

* small refactor

* spacing

* unnecessary code

* turned off warnings for non null asertion

* showing theme name when randomising customs

* Revert "turned off warnings for non null asertion"

This reverts commit 433e1dc767.

* optional with default instead

* fixed custom theme colors always loaded on page load

* fixed custom theme buttons not showing up

* fixed various loading issues

* fixed custom theme edit styles

* showing custom in footer, removed unused code

* savaing custom theme colors
fixed typos

* changing theme

* updated custom theme buttons styling

* scaling custom theme buttons on hover

* not updating settings on theme event

* fixed quote id

* only showing custom themes when logged in

* updating save button text depending on auth state

* fixed double notification when trying to save too many custom themes

* fixed custom theme saving when signed out

* removed user check from db

* fixed exception when signed out user tried to open the custom themes command line

* ignoring file when compiling

* typo

* avoiding href errors

* setting href to an existing file
this fixes firefox custom themes not working

* better hex color regex

* spacing

* renamed function

* typo

* destructuring request

* removed unused function

* removed unused code

* removed unused code

* type fix

* removed non capturing group

* saving colors to config before saving custom theme

* encoding in base64

* added handler that can load themes in the old and new format from the url

Co-authored-by: Rizwan Mustafa <rizwanmustafa0000@gmail.com>
Co-authored-by: Rizwan Mustafa <69350358+rizwanmustafa@users.noreply.github.com>
2022-03-09 19:48:22 +01:00
..
_groups.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
_list.json Added 1k and 5k to Persian (#2650) by AshkanArabim 2022-03-07 14:14:32 +01:00
_unused.txt Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
afrikaans.json add language afrikaans (#2587) 2022-02-25 01:07:52 +01:00
afrikaans_1k.json add language afrikaans (#2587) 2022-02-25 01:07:52 +01:00
afrikaans_10k.json add language afrikaans (#2587) 2022-02-25 01:07:52 +01:00
albanian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
albanian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
arabic.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
arabic_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
armenian_western.json Add western armenian language (#2556) 2022-02-22 14:35:41 +01:00
armenian_western_1k.json Add western armenian language (#2556) 2022-02-22 14:35:41 +01:00
bangla.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
bangla_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
bangla_letters.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
belarusian_1k.json typo 2022-02-17 23:25:31 +01:00
britishenglish.json removed some words 2022-02-25 20:13:14 +01:00
bulgarian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
catalan.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
catalan_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_bash.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_c++.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_c.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_csharp.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_css.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_dart.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_go.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_html.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_java.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_javascript.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_javascript_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_kotlin.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_lua.json Layouts rewrite (#2529) 2022-02-18 18:02:35 +01:00
code_luau.json Layouts rewrite (#2529) 2022-02-18 18:02:35 +01:00
code_matlab.json Added code_matlab (#2583) by iuuang 2022-02-24 13:15:09 +01:00
code_pascal.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_python.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_r.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_ruby.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
code_rust.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
code_swift.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
croatian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
czech.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
czech_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
czech_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
danish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
danish_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
danish_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
dutch.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
dutch_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
dutch_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
english.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
english_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
english_5k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
english_10k.json removed some words 2022-02-25 20:13:14 +01:00
english_25k.json Remove potentially offensive words, capitalization (#2632) by gimmerain4days 2022-03-04 23:06:22 +01:00
english_450k.json removed some words 2022-02-25 20:13:14 +01:00
english_commonly_misspelled.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_25k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_36k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_h_sistemo.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_h_sistemo_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_h_sistemo_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_h_sistemo_25k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_h_sistemo_36k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_x_sistemo.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_x_sistemo_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_x_sistemo_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_x_sistemo_25k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
esperanto_x_sistemo_36k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
estonian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
estonian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
estonian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
filipino.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
filipino_1k.json fixed json schema 2022-02-17 22:36:29 +01:00
finnish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
finnish_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
finnish_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
french.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
french_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
french_2k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
french_10k.json Update french_10k.json (#2585) by TTamisier 2022-02-24 13:11:33 +01:00
georgian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
german.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
german_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
german_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
german_250k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
git.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
greek.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
hebrew.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
hindi.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
hindi_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
hungarian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
hungarian_2.5k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
icelandic_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
indonesian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
indonesian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
irish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
italian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
italian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
italian_7k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
italian_60k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
italian_280k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
japanese_hiragana.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
japanese_katakana.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
kazakh.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
lithuanian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
lithuanian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
lithuanian_3k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
lojban_cmavo.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
lojban_gismu.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
macedonian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
macedonian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
macedonian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
macedonian_75k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
malagasy.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
malagasy_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
malay.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
malayalam.json fixed malayam text rendering. closes #2489 2022-02-13 16:30:23 +01:00
maori_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
mongolian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
mongolian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
nepali.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
nepali_1k.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
norwegian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
norwegian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
norwegian_5k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
norwegian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
persian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
persian_1k.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
persian_5k.json Custom themes storage (#2660) 2022-03-09 19:48:22 +01:00
pig_latin.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
pinyin.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
pinyin_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
pinyin_10k.json fixed json schema 2022-02-17 22:36:29 +01:00
polish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
polish_2k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
polish_200k.json removed some words 2022-02-25 20:13:14 +01:00
portuguese.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
portuguese_3k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
romanian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
russian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
russian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
russian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
serbian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
slovak.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
slovak_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
slovak_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
slovenian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
spanish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
spanish_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
spanish_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
swahili_1k.json fixed json schema 2022-02-17 22:36:29 +01:00
swedish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
swedish_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
swiss_german.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
swiss_german_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
tamil.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
thai.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
toki_pona.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
turkish.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
turkish_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
twitch_emotes.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
ukrainian.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
ukrainian_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
ukrainian_10k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
ukrainian_50k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
urdu.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
urdu_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
urdu_5k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
vietnamese.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
vietnamese_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
vietnamese_5k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
welsh.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
welsh_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00
yoruba_1k.json Separate backend and frontend dependencies (#2441) by Bruception 2022-02-08 20:33:41 +01:00