Component Translated Unfinished Unfinished words Unfinished characters Untranslated Checks Suggestions Comments
Client MIT 59% 6,635 41,200 249,860 17 6,430 1,151 0
Common MIT 65% 792 1,180 8,000 513 310 45 35
Server MIT 47% 2,640 21,195 131,669 0 1,239 19 0
Glossary The Forge MIT 95% 4 6 60 4 0 9 1

Overview

Project website forge-vtt.com
Instructions for translators

Fight Goblins, not Servers™

Thank you for contributing to The Forge's translation effort!

The Forge uses a combination of keys and gettext-like strings as translation keys. Because we use different frameworks from Foundry VTT, the strings in this project may appear unusual. Please read through the instructions and examples given here below before starting your translations. You can also contact us on our Discord or via [email protected] if you have any questions.

Available Languages

Because of the number of strings involved, we will only be translating into specific languages at this time. Currently, these are English, French, Japanese, Spanish, and German. If you'd like your language to be supported, please give us a shout in the #feature-suggestions channel on our Discord.

Language Switching

It is possible to view The Forge's site in your own language, to see what a string looks like in its natural habitat. To do so, go to the My Account page and select a language from the dropdown. You can also use the profile dropdown menu on the top right when logged in. If you're logged out, the language selection dropdown will appear directly on the top right of the navigation bar, next to the login button.

Interpolation

{{ and {{- are interpolation prefixes, and }} is an interpolation suffix. Where you encounter these interpolation markers, treat the prefix and the suffix, and everything between them, as a word that should not be translated. Make sure to keep the same prefix as the source string. For example: "The goblin ate my {{homework}}." -> "Le gobelin a mangé mon {{homework}}." "The goblin ate my {{- homework}}." -> "Le gobelin a mangé mon {{- homework}}."

Component Interpolation

{ and } are component interpolation markers. They have the same rules as regular interpolation markers and can be a word or a number:{book}, {package}, or {0}, {1}, {2}, etc. Numbers indicate that a numbered component will be inserted there. Treat them the same way you would treat regular interpolation markers. For example: "The {0} ate my {1}." -> "Le {0} a mangé mon {1}." "The {creature} ate my {item}." -> "Le {creature} a mangé mon {item}."

Context

Sometimes it is useful to have different forms of the same string. In such cases, a specific _context will be added after an underscore at the end of a key. When you see this, use the context to inform your translation.

Plurals

Plurals are like a special context, where the context specifies an amount. For some languages, simply having a singular_one and plural _othertranslation is sufficient, but other options like _many, _few, _zero and more are possible. Some languages may have more complicated plural forms than English. If a string doesn't translate well into one of the keys available, please let us know by commenting on that string. For example: "GOBLIN_one": "{{count}} goblin" -> "GOBLIN_one": "{{count}} gobelin" "GOBLIN_other": "{{count}} goblins" -> "GOBLIN_other": "{{count}} gobelins" "GOBLIN_many": "a lot of goblins" -> "GOBLIN_many": "beaucoup de gobelins"

Nesting

This is rare, but sometimes we reference one string from inside of a different one. This can be particularly helpful when combined with plurals. $t( and )are the nesting prefix and suffix. If you encounter them, treat the prefix and the suffix, and everything between them (including other markers), as a word that should not be translated. For example: "There, in the distance! I see $t(GOBLIN, {\"count\": {{hordeSize}} })!" -> Là, au loin ! Je vois $t(GOBLIN, {\"count\": {{hordeSize}} }) !

Consistency

Please maintain consistency with the source language, English, as much as possible, and reference the accompanying glossary information to ensure consistency between components.

Project maintainers User avatar kakaroto User avatar rikmarais User avatar Eranziel
Translation license MIT Client Common Server The Forge
3 hours ago

String statistics

Strings percent Hosted strings Words percent Hosted words Characters percent Hosted characters
Total 23,658 145,346 889,022
Source 3,955 24,245 148,299
Translated 57% 13,587 56% 81,765 56% 499,433
Needs editing 40% 9,537 43% 62,795 43% 384,090
Read-only 1% 42 1% 54 1% 306
Failing checks 33% 7,979 37% 54,429 37% 329,717
Strings with suggestions 5% 1,224 5% 8,255 5% 50,377
Untranslated strings 2% 534 1% 786 1% 5,499

Quick numbers

145 k
Hosted words
23,658
Hosted strings
57%
Translated
and previous 30 days

Trends of last 30 days

+1%
Hosted words
+100%
+2%
Hosted strings
+100%
+1%
Translated
+55%
+66%
Contributors
+100%
User avatar smola

Suggestion added

6 days ago
User avatar smola

Suggestion added

6 days ago
User avatar None

Component locked

The component was automatically locked because of an alert. 8 days ago
User avatar None

Alert triggered

Could not merge the repository. 8 days ago
User avatar None

Component locked

The component was automatically locked because of an alert. 8 days ago
User avatar None

Alert triggered

Could not merge the repository. 8 days ago
User avatar None

Component locked

The component was automatically locked because of an alert. 8 days ago
User avatar None

Alert triggered

Could not merge the repository. 8 days ago
User avatar None

Repository rebase failed

Rebasing (1/2)
Auto-merging locales/fr/common.json
CONFLICT (content): Merge conflict in locales/fr/common.json
error: could not apply 2d0d28a... Translated using Weblate (French)
hint: Resolve all conflicts manually, mark them as resolved with
hint: "git add/rm <conflicted_files>", then run "git rebase --continue".
hint: You can instead skip this commit: run "git rebase --skip".
hint: To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply 2d0d28a... Translated using Weblate (French)
 (1)
8 days ago
User avatar None

Changes committed

Changes committed 8 days ago
Browse all project changes