Skip to content

sladkkr/sandrock-translations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My Time At Sandrock Translation Project

  1. Installation (English)
  2. Instalacja (Polski)
  3. Want to help with translations?

English

  1. Download latest translation file from "Releases" named after your language of choice (one with highest version number).
  2. Copy downloaded translation file.
  3. Open File Explorer and navigate to game folder appropriate for your operating system:
    1. For Windows start in "This Computer":

      C:\Program Files (x86)\Steam\steamapps\common\My Time At Sandrock\Sandrock_Data\StreamingAssets\AssetBundles\localization

    2. For Linux:
      1. For Native Steam installation:

      ~/.steam/steam/steamapps/common/My Time At Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization

      1. For Flatpak installation:

      ~/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/My Time at Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization

  4. Rename file named "thailand" for backup, for example to: "thailand backup". You can delete it instead but it is not recommended!
  5. Paste your translation file and change it's name to "thailand".
  6. Run My Time At Sandrock as usual.
  7. Go to "Options" then "Language" and change "English" to "ภาษาไทย".
  8. Click "Apply" and enjoy your translated My Time At Sandrock!

Polski

  1. Pobierz najnowsze wydanie o nazwie "polski" w zakładce "Releases" (wybierz to z najwyższym numerem wersji w nazwie)
  2. Skopiuj pobrany plik "polski".
  3. Otwórz Eksplorator Plików i przejdź do folderu z grą zależnie od twojego systemu operacyjnego:
    1. Dla Windows zacznij w "Ten Komputer":

      C:\Program Files (x86)\Steam\steamapps\common\My Time At Sandrock\Sandrock_Data\StreamingAssets\AssetBundles\localization

    2. Dla Linux:
      1. Domyślna instalacja systemowa:

      ~/.steam/steam/steamapps/common/My Time At Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization

      1. Instalacja z Flatpak'a:

      ~/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common/My Time at Sandrock/Sandrock_Data/StreamingAssets/AssetBundles/localization

  4. 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!
  5. Wklej plik "polski" i zmień jego nazwę na "thailand".
  6. Uruchom My Time At Sandrock.
  7. Przejdź do "Options" potem "Language" i zmień pierwsze wystąpienie "English" na "ภาษาไทย".
  8. Naciśnij "Apply" i ciesz przetłumaczonym My Time At Sandrock!

How to help with translations

For starters

I thank You very much for considering your selfless contribution to this free community translation project!

If you want to help with generating new translations

  • 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.

If you want to help with translation quality

  • 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:
     	{
     		"id": 1003,
     		"size": 20,
     		"text": "Potwierdź"
     	},
    "Potwierdź" contains 8 latin characters (1 byte each) and a polish specific character (2 bytes) so total size 10 is smaller then 20.
  • UTF-8 string size checker. Click here: https://mothereff.in/byte-counter
  • One JSON file at a time (one pull request)

Resources