first commit

This commit is contained in:
Soph :3 2026-02-07 19:52:16 +02:00
commit 42b928f6e1
234 changed files with 27908 additions and 0 deletions

12
ViaProxy/.github/crowdin.yml vendored Normal file
View file

@ -0,0 +1,12 @@
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
base_path: "../"
preserve_hierarchy: true
files: [
{
source: "/src/main/resources/assets/viaproxy/language/en_US.properties",
translation: "/src/main/resources/assets/viaproxy/language/%locale_with_underscore%.properties",
escape_quotes: 0,
escape_special_characters: 0
}
]