forked from swapagarwal/geeksay
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding two quotes and translations #1
Open
classicsman
wants to merge
116
commits into
classicsman:master
Choose a base branch
from
swapagarwal:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added spell check attributes to the text area
So it looks more consistent – and I don't think I can change the Twitter one since it's in an iframe.
To make things look more aligned
* Adding a quote * Update geeksay.js
* Add translations for greet and code * Update geeksay.js
* Added words to Geeksay.js * Update geeksay.js
* Update geeksay.js Added quote and translation 🤓 * Update geeksay.js
2 emotion (word) + 1 word translate
* added a translation * Update geeksay.test.js
Added 16 translations and 1 quote
* add .gitignore * Update .gitignore
* add 'Write' and 'Off' to translations * Update geeksay.js
…212) The package-lock should be in Git as it allows contributors to ensure their dependencies match the ones used by the upstream CI. IDE configs (such as .idea for IntelliJ IDEs) should be ignored by git so first-time contributors can get started easily. This is especially useful to new developers or those new to contributing to Open Source.
* Add "Live, Laugh, Love" as a quote and a couple translations `Live, Laugh, Love` translates to `Live, Laugh, <3" which seemed fitting enough. Also added a couple translations that I thought of while I was in there. * Update geeksay.js
* Functionality to ignore symbols when translating words. * Update geeksay.js * PR changes Fixed issue where translator was acting case-sensitive, as well as an issue with newline symbols being considered in symbol removal regexp. * Update geeksay.test.js * Update geeksay.js Renamed `text` to `word` within `geeksayWord()` for clarity. Also converted the argument into `geeksayWord()` to lowercase before translating, to match case-insensitively. * Update geeksay.js Mentioned in previous commit that I renamed `text` to word--but I didn't! Did so in this commit 😆 Close #63
* Add punctuation and key# * Update index.html * Update geeksay.js
* Added "Copy-and-Paste was programmed by programmers for programmers actually" quote * Change added quote Co-authored-by: Dhyey Kathiriya <[email protected]>
* initial commit * second commit * final commit
Co-authored-by: Dhyey Kathiriya <[email protected]>
Co-authored-by: Dhyey Kathiriya <[email protected]>
* First Contribution Added a quote & some translations * Update geeksay.js (first contribution)) Just added a quote after sync fork. * Updated index.html Edited margin of text area for mobile view. Co-authored-by: Dhyey Kathiriya <[email protected]>
* new type of alert * clear extra css * made copy button beautiful * small tweaks * made responsive * final ?? * done
Co-authored-by: Dhyey Kathiriya <[email protected]>
* updated geeksay.js * update 2.0 geeksay.js * update 3.0 geeksay.js added seven new translations * update 4.0
* Add word pair functionality and some refactoring * fix case sensivity and improve performance
* feat: fix inconsistent button margin * style: format code * fix: textarea margin for small viewport * feat: create function to post tweet * feat: recreate `tweet` button * feat: add hover state to tweet button and add hashtag to tweet content * style: revert prettier formatting
* Added some new quotes * Requested Changes Done Co-authored-by: Dhyey Kathiriya <[email protected]>
* Update geeksay.js * Update geeksay.js * Update geeksay.js * Update geeksay.js removed less general added new quotes Co-authored-by: Dhyey Kathiriya <[email protected]>
* Rectified Textarea Margin + Rectified Inconsistency of Breakpoint around buttons * Rectified Syntax Errors Someone tweaked the file geeksay.js with syntax errors, causing the website to not run properly. I solved that very minor syntax error. * Rectified Error in URL Encode of Twitter Link Rectified the error associated with the Twitter URL as it wasn't converting # and Space to URL Encode. * Added Social Buttons Added Facebook & Twitter buttons below the output box. Copy button stays inline at the top of the output box. Also, improved the responsiveness alot * Update Indentation of geeksay.js * Update Indentation of geeksay.js * Fixing Indentation of geeksay.js
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 - [Release notes](https://github.com/hughsk/flat/releases) - [Commits](hughsk/flat@4.1.0...5.0.2) Updates `mocha` from 6.2.2 to 10.2.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.2.2...v10.2.0) --- updated-dependencies: - dependency-name: flat dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This is an update to the readme file pointing out missing information about the project under hacktober fest 2022
* updated index * updated buttons and fonts
* sometimes its okay to run * divide and conquer
interface of the website. Co-authored-by: Mohd Faisal Ansari <[email protected]>
Add gandalf quote "shall not pass"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#Hacktoberfest