diff --git a/0.txt b/0.txt new file mode 100644 index 0000000..c20bc47 --- /dev/null +++ b/0.txt @@ -0,0 +1 @@ +Plesae translate this text! diff --git a/README.md b/README.md index 8f0f970..6e806e2 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,17 @@ This project uses Google Firebase! ### Why Is Your Code So Bad?? Ya about that... So everything that I did in this project I learned as I created it. I have never programmed an android app before and well let's just say you'll be able to tell. The project was not planned or designed very well before development began and therefore there is a lot of redundancy and just horribly written code. Not to mention this project did have a strict deadline and a lot of rules and regulations. Anyways I think it's pretty good for a first try at android development! + + +# πŸ’» Launch Your Software Development Career Today! + +πŸŽ“ **No degree? No problem!** My program equips you with everything you need to break into tech and land an entry-level software development role. + +πŸš€ **Why Join?** +- πŸ’Ό **$70k+ starting salary potential** +- πŸ• **Self-paced:** Complete on your own time +- πŸ€‘ **Affordable:** Low risk compared to expensive bootcamps or degrees +- 🎯 **45,000+ job openings** in the market + +πŸ‘‰ **[Start your journey today!](https://techwithtim.net/dev)** +No experience neededβ€”just your determination. Future-proof your career and unlock six-figure potential like many of our students have! diff --git a/Source Code/0.txt b/Source Code/0.txt new file mode 100644 index 0000000..6ac5c78 --- /dev/null +++ b/Source Code/0.txt @@ -0,0 +1 @@ +Translate me into another language please diff --git a/Source Code/es/0.txt b/Source Code/es/0.txt new file mode 100644 index 0000000..6ac5c78 --- /dev/null +++ b/Source Code/es/0.txt @@ -0,0 +1 @@ +Translate me into another language please diff --git a/Source Code/fr/0.txt b/Source Code/fr/0.txt new file mode 100644 index 0000000..6ac5c78 --- /dev/null +++ b/Source Code/fr/0.txt @@ -0,0 +1 @@ +Translate me into another language please diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..097e137 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,12 @@ +"project_id": "516942" #open project and go to Tools > API +"api_token": "7429c231d264b80857311326382e54cb70807e90db2adf28cd3a831d514de0fee9f4fbc8f7f0d300" #open profile settings and go to API > New Token > create Token +"base_path": "/Source Code" +"base_url": "https://api.crowdin.com" +"preserve_hierarchy": true + +"files": [ + { + "source": "/Source Code/[0-2].txt", #source files filter + "translation": "/Source Code/%two_letters_code%/folder1/%original_file_name%" #where translations are stored + }, +]