benawad / dogehouse

Taking voice conversations to the moon πŸš€
https://dogehouse.tv/
MIT License
9.12k stars 1.48k forks source link

Updated Serbian Translations #2838

Closed MarkoKupresanin closed 3 years ago

MarkoKupresanin commented 3 years ago

Changed "kreiraj" to "napraviti" because it is much more common. Added some translations for text that was still in English as well.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

staging – ./kibbeh

πŸ” Inspect: https://vercel.com/dogehouse-staging/staging/2KcjZHetHZuA2iPHYLNDdp5ftfkq
βœ… Preview: Failed

storybook – ./kibbeh

πŸ” Inspect: https://vercel.com/dogehouse-storybook/storybook/GzdA5KimYWhfWAcNMXbT8AY5SEMa
βœ… Preview: Canceled

dogehouse – ./kibbeh

πŸ” Inspect: https://vercel.com/benawad/dogehouse/BbXtDzw7it7NeUFo7yLEpDxhZ4XF
βœ… Preview: https://dogehouse-git-fork-markokupresanin-patch-1-benawad.vercel.app

TheOtterlord commented 3 years ago

please follow the proper pattern for commit messages (πŸ’‘TIP: you can use yarn commit or yarn commit:signed and answer the questions asked to generate a properly formatted one for you!)

to fix your most recent commit you can run the command git commit --amend -m "properly formatted commit message here"

to fix your older/multiple commits please take a look at this article

MarkoKupresanin commented 3 years ago

Sorry this is my first time contributing to an open source project but where do i run the git commit --amend -m "properly formatted commit message here command?