- Download latest translation file from "Releases" named after your language of choice (one with highest version number).
- Copy downloaded translation file.
- Open File Explorer and navigate to game folder appropriate for your operating system:
- For Windows start in "This Computer":
C:\Program Files (x86)\Steam\steamapps\common\My Time At Sandrock\Sandrock_Data\StreamingAssets\AssetBundles\localization
- For Linux:
- For Native Steam installation:
~/.steam/steam/steamapps/common/My Time At Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization
- For Flatpak installation:
~/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/My Time at Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization
- For Windows start in "This Computer":
- Rename file named "thailand" for backup, for example to: "thailand backup". You can delete it instead but it is not recommended!
- Paste your translation file and change it's name to "thailand".
- Run My Time At Sandrock as usual.
- Go to "Options" then "Language" and change "English" to "ภาษาไทย".
- Click "Apply" and enjoy your translated My Time At Sandrock!
- Pobierz najnowsze wydanie o nazwie "polski" w zakładce "Releases" (wybierz to z najwyższym numerem wersji w nazwie)
- Skopiuj pobrany plik "polski".
- Otwórz Eksplorator Plików i przejdź do folderu z grą zależnie od twojego systemu operacyjnego:
- Dla Windows zacznij w "Ten Komputer":
C:\Program Files (x86)\Steam\steamapps\common\My Time At Sandrock\Sandrock_Data\StreamingAssets\AssetBundles\localization
- Dla Linux:
- Domyślna instalacja systemowa:
~/.steam/steam/steamapps/common/My Time At Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization
- Instalacja z Flatpak'a:
~/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/My Time at Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization
- Dla Windows zacznij w "Ten Komputer":
- Zmień nazwę pliku "thailand" na nazwę zastępczą, na przykład na: "thailand kopia". Możesz go zamiast tego usunąć ale nie jest to zalecane!
- Wklej plik "polski" i zmień jego nazwę na "thailand".
- Uruchom My Time At Sandrock.
- Przejdź do "Options" potem "Language" i zmień pierwsze wystąpienie "English" na "ภาษาไทย".
- Naciśnij "Apply" i ciesz przetłumaczonym My Time At Sandrock!
I thank You very much for considering your selfless contribution to this free community translation project!
- In resources you can find link to my translation tool, use it to generate new machine translations.
- Include only JSON files in pull requests.
- One JSON per pull request.
- Edit JSON file in this repository corresponding to language you're proficient in.
- JSON files are encoded in UTF-8.
- Make sure your translation does not exceed string size for eg:
"Potwierdź" contains 8 latin characters (1 byte each) and a polish specific character (2 bytes) so total size 10 is smaller then 20.
{ "id": 1003, "size": 20, "text": "Potwierdź" },
- UTF-8 string size checker. Click here: https://mothereff.in/byte-counter
- One JSON file at a time (one pull request)