Hello Everyone!
This is my second translation project, hope you like it. I've translated an open source project called Yarn which is fast, reliable, and secure dependency management tool for linux distros. This is my second time working on this project. It's been so fun!
Why we need Yarn?
Fast: Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs.
Reliable: Using a detailed but concise lockfile format and a deterministic algorithm for install operations, Yarn is able to guarantee that any installation that works on one system will work exactly the same on another system.
Secure: Yarn uses checksums to verify the integrity of every installed package before its code is executed.
You can find out more by clicking here!
If you want to checkout my work here are all the links:
Github Project:
Yarn
Crowdin Profile:
bmekiker
Crowdin Project Page:
Yarn
Activity:
Turkish Translation Activity
Here is the link to what I've translated:
Translated File 1
Translated File 2
And finally here are some before and after screenshots:
Before:
Work in Progress:
After:
Thank you! See you at another post!
Take care!
My previous work:
Yarn Translation #1
React Translation
Posted on Utopian.io - Rewarding Open Source Contributors