Skip to content

Commit

Permalink
update translation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 6, 2024
1 parent ecc838b commit d0d955b
Show file tree
Hide file tree
Showing 8 changed files with 661 additions and 684 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ If you're using Apache to serve the site, make sure to set `FallbackResource` to

## API Reference:

This project is heavily developed around our public API. Check out our API documentation at https://api.faithfulpack.net/docs for more information about endpoints and making requests.
This project is heavily developed around our public API. Check out our API documentation at https://api.faithfulpack.net/docs for more information about endpoints and making requests.

## Translating:

Many messages shown throughout the site can be translated into users' native languages for easier usage. Our translation service is powered by Crowdin, [and you can start translating there](https://faithful.crowdin.com/webapp) by clicking on your language in the list. Please contact us on our Discord server if a language you want to translate isn't listed.
12 changes: 0 additions & 12 deletions resources/strings/README.md

This file was deleted.

1 change: 1 addition & 0 deletions resources/strings/cs_CZ.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
credits: ["Pomi108"],
global: {
name: "Webová aplikace Faithful",
logout: "Odhlásit se",
Expand Down
7 changes: 1 addition & 6 deletions resources/strings/de_DE.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/**
* German translation
* - Translated by:
* - @author RobertR11 // GitHub: https://github.com/RobertRR11
*/

export default {
credits: ["RobertR11"],
global: {
name: "Faithful Webanwendung",
logout: "Abmelden",
Expand Down
5 changes: 1 addition & 4 deletions resources/strings/en_US.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/**
* This file is the template for all other languages
*/

export default {
credits: ["Put your name here on your respective language's file if you've translated!"],
global: {
name: "Faithful Web Application",
logout: "Log Out",
Expand Down
Loading

0 comments on commit d0d955b

Please sign in to comment.