Commit graph

65 commits

Author SHA1 Message Date
Miodec 87145afffd Revert "removed all duplicate words"
This reverts commit e0f7120752.
2022-05-21 01:03:21 +02:00
Miodec e0f7120752 removed all duplicate words 2022-05-21 00:58:53 +02:00
Miodec cacaa44009 removed duplicate 2022-05-21 00:39:40 +02:00
Miodec 0a797c8a6d removed more duplicates 2022-05-21 00:39:26 +02:00
Miodec 290d2f7821 removed some duplicates from wordlists 2022-05-21 00:37:15 +02:00
digi e0c9f3cdd7
adds language validation check (#2995) tmuplayer33
* adds language-validation.js

* run prettier

* run prettier on gulpfile.js

* moves language-validation.js functionality into json-validation.js, rollback gulpfile.js

* improves duplicate detection algorithm, removes constraint

* use duplicate detection from @Bruception

* moves findDuplicates function out of loop, adds duplicatePercentageThreshold

* removes russian_10k as 90% of the words are duplicates

* use Math.round to prevent errors when duplicatePercentageThreshold is 0

* remove duplicates from code_bash.json

* remove duplicates from code_brainfck.json

* remove duplicates from code_html.json

* no longer create error when duplicates are found

* run prettier

* lowered threshold, added count log

Co-authored-by: Maximilian Kronenbürger <maximilian.kronenbuerger@1und1.de>
Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-05-21 00:21:37 +02:00
Bruce Berrios 1384e9f81d
Add pretty check (#2990) bruception
* Add pretty check

* test

* test

* Add pretty check

* Add condition check

* Enforce style on code changes

* Update scripts

* Any src
2022-05-19 11:31:18 +02:00
Rick Haan 5d56c5303c
Remove duplicate words, add random new words (#2991) RickHaan 2022-05-19 11:28:11 +02:00
Ryan Sheppard c3785c6d91
removed mispelled word (#2994) 2022-05-18 14:08:45 -04:00
Ayce d3d1bad9cd
Added code php language (#2983) ayce45
* Create code_php.json

* Create code_php_1k.json

* Update code_php_1k.json

* Update _groups.json

* Update code_php.json
2022-05-17 16:37:48 +02:00
devrusty dc10abdb8c
Added the F# programming language (#2978) devrusty
* Update _list.json

* created code_fsharp.json

* added code_fsharp

* removed extra comma
2022-05-16 22:45:09 +02:00
fehlercode03 e3360b2c87
Added the brainfck programming language (#2963)fehlercode03
* Create code_brainfck.json

* Update _list.json

* Update _groups.json

* Added 200 code snippets
2022-05-15 13:10:58 +02:00
Miodec d4f45711f3 removed contraction 2022-05-14 20:39:23 +02:00
Michael Deutsch ba25f7872c
Add additional Hebrew word lists (#2970) MichaelDeutschCoding
Add Hebrew word lists with:
  - 1,000 words
  - 5,000 words
  - 10,000 words
2022-05-12 16:21:55 +02:00
Pablo 86993752d4
Added Perl language (#2966) pablos123
* Added Perl language

* Added Perl language

Co-authored-by: psaavedra <psaavedra@educativa.com>
2022-05-12 16:21:37 +02:00
Miodec 609ab83dbd removed place names 2022-05-11 12:12:57 +02:00
Miodec 526a343e12 removed word with punctution 2022-05-10 20:05:27 +02:00
Josh Moncrieff 89f160f664 add english_contractions word list (#2914) monners
Co-authored-by: monners <josh@joshmoncrieff.com>
2022-05-03 23:49:21 +02:00
Brook Feleke b3f3c447c1
Adds a new Languages (#2915) BrookFeleke
* Add quote by Bradely Whiteford

* Add Amharic to languages 😁
2022-05-02 12:54:03 +02:00
poldoms c7b59bc101
Update slovak_10k.json (#2917)
removed curse word
2022-05-02 12:52:57 +02:00
poldoms 2c64d60c13
Update slovak_10k.json (#2900) poldoms
removed: misspelled duplicates of correctly written words, words "hannah(not a Slovak name), pobox(company name), nasa(either a company name or a duplicate)" and  a word "odomňa(it should be spelled as two words "odo mňa")" 
fixed: grammatical errors
2022-04-29 23:14:20 +02:00
poldoms e17f85aa56
Update slovak.json (#2899) poldoms
grammatical error
2022-04-29 23:05:29 +02:00
Timothy Moores f8f37b2448
add scala (#2897) 1rre
* add scala

* add a couple more words
2022-04-28 16:12:09 +02:00
Matt 933e4c7e83
Fixes Javascript typo (#2884) (#2885) 2022-04-27 14:16:52 +02:00
MrEgggga a55249925e
improved toki pono or whatever it is (#2861) MrEgggga
* toki pona ku languages

* underscore
2022-04-23 19:47:21 +02:00
Vusal Ismayilov 189c80f19f
Changes to add new language - Azerbaijani (#2839) woosal1337
* Changes to add new language - Azerbaijani

* Azerbaijani language was moved lower in _groups.json
2022-04-20 13:49:40 +02:00
Miodec e64405a2f3 actually updated the list 2022-04-15 22:21:32 +02:00
Miodec 8dca6a0fde updated russian wordlist 2022-04-15 22:03:26 +02:00
Badhi aa0bf42e3b
Changes to add new language - Sinhala (#2837) Badhi
* initial commit to add sinhala font with around 300 words

* changed the word count to 200
2022-04-15 12:27:54 +02:00
Roj 8c04a74767
Fix some typos in the kurdish_central list (#2831) 2022-04-13 06:08:14 -05:00
Roj 9df098015c
Replace "sorani" with "kurdish_central" (#2827) roj1512
* Replace "sorani" with "kurdish_central"

* Rename kurdish(central).json to kurdish_central.json
2022-04-11 18:06:49 +02:00
Miodec b92a012b60 added word to british english list 2022-04-11 15:03:15 +02:00
beastmatser 20529dc446
Add new code language sql (#2818) beastmatser 2022-04-08 22:01:46 +02:00
gimmerain4days 8a2e5f7bdb
Fix typo: British "offence" to American "offense" (#2814) 2022-04-08 00:34:04 +02:00
Sheumais 918867192e
Add Language - Latin (#2813) Sheumais
* Update _groups.json

* Update _list.json

* Add files via upload
2022-04-07 22:13:22 +02:00
Miodec 5463063e80 typo 2022-04-06 12:27:48 +02:00
DenelDuck 20ec6679a7
New punctuation functionality allowing words to end with -n't (#2792) from DenelDuck
* Initial functionality and dictionary with pairs

* functional (not optimal) solution

* remove unused import

* avoid promise callbacks, remove unnecessary else and use strict equals

* camel case
2022-04-05 18:09:03 +02:00
Renato Setoue 2302710dd0
Added: Special Characters for Portuguese (accents and cedilla) with 2K words. (#2801) 2022-04-05 17:42:20 +02:00
taboov 9c64ebdb10
Adding Kurdish Language (#2763) taboov
* Adding Kurdish Language

* Update _groups.json

* Update _list.json

* Update and rename central_kurdish.json to sorani.json

* Update _groups.json

* Update _list.json

Co-authored-by: Jack <jack@monkeytype.com>
2022-03-27 18:59:01 +02:00
Gunung P. Wibisono a085a8e468
add Indonesia word 10k+ (#2779) gunungpw
* add Indonesia 10k+ word list

* add `indonesia_10k.json` in `_groups.json`

* add `indonesian_10k.json` in `_list_json`

* fix double quote in `_group.json`
2022-03-27 18:52:39 +02:00
Miodec d7ff5f0f74 removed word
closes #2761
2022-03-25 13:48:27 +01:00
Harry Hopkinson e303690cbb
Linted Files according to the .prettierrc (#2758) Harry-Hopkinson 2022-03-23 22:51:55 +01:00
Besnik Bleta 95a0467089
Typo fixing for albanian.json (#2717) ujdhesa 2022-03-16 20:56:17 +01:00
DanGonite57 a615c68061
Documentation edits (#2675)
* Remove misspelling

* General documentation edits

* Attempted to expand on main USP

* Mention alternative languages

* Expand on bot

* Update LANGUAGES.md

* Update README.md

Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
2022-03-11 19:32:55 -06:00
Aaryab1 f7c630f3da
Added the sanskrit language (#2683)
* Create sanskrit.json

* Update _groups.json

* Update _list.json

* formatting

* Create sanskrit.json

* Update sanskrit.json

* Update _groups.json

* Update sanskrit.json

Co-authored-by: Evan <64989416+Ferotiq@users.noreply.github.com>
2022-03-11 12:50:18 -06:00
AlFas 7e48eee2e9
Fix even to event in code csharp (#2673) 2022-03-10 11:21:46 -05:00
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
Ashkan Arabi 965482959d
Added 1k and 5k to Persian (#2650) by AshkanArabim
* Added 1k and 5k to Persian

* Update persian_1k.json

* Update persian_5k.json
2022-03-07 14:14:32 +01:00
Abinawan Bhattarai d914de9ebe
Updated Nepali Language and Added Nepali Quotes. (#2651) by Abinawan
* Create nepali.json

* Update _groups.json

* Update _list.json

* Update _groups.json

* Update _list.json

* Update nepali.json

* Update nepali.json

* Updated nepali.json

[-] Removed some words that had similar meaning but was different due to Nepali language having different word for different kind of people (Elder, Younger, Friends, Parents, etc).
[-] Removed some letters from words which had no meaning while typing in single word like हाम्रोमा(in ours) and हाम्रो(ours), word मा is removed.
[+] Words are arranged in alphabetical order to make easier incase someone wants to check either there is grammatical error.

* Create nepali_1k.json

* Update _list.json

* Update _groups.json

* Create nepali.json

* Update nepali.json

* Update nepali.json

* Update nepali.json

* Update nepali.json
2022-03-07 14:14:09 +01:00
gimmerain4days 41b8148c4a
Remove potentially offensive words, capitalization (#2632) by gimmerain4days 2022-03-04 23:06:22 +01:00