Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Duke-M-commits committed Dec 29, 2023
1 parent 3e4be46 commit e9fb530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Use an editor to make your changes and integrate them through github. Read more

## File encoding
Make sure your text editor preserves file encodings.
New files need to have the same encoding as their english counterparts (eg. labsmail1_czech.txt needs to be UTF-8 encoded just like labsmail1_english.txt). If you use Notepad++ you can see the file's encoding in the menu Encoding. vscode shows the files encoding in its status bar.
New files need to have the same encoding as their english counterparts (eg. labsmail1_czech.txt needs to be UTF-8 encoded just like labsmail1_english.txt). If you use Notepad++ you can see the file's encoding in the menu Encoding. Visual Studio Code shows the files encoding in its status bar.

## Special characters and placeholders
Quotation marks need to be escaped like this `\"space station\"`.
Quotation marks inside your translations need to be escaped like this `\"Space Station\"`.
If there are words between `%percent_signs%`, leave them as-is (these are dynamically replaced with numbers in the game later).

## File type
Expand Down

0 comments on commit e9fb530

Please sign in to comment.