You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ We provide service for simplifying [Factorio](https://www.factorio.com/) mods tr
14
14
* Every week our [FactorioBot](https://github.com/factorio-mods-helper) will fetch translation updates from Crowdin and commit them to your repository
15
15
16
16
## Motivation
17
-
There are a lot of Factorio mods hosted on GitHub. Most of them are translated using pull requests. I think it is not very convenient (because it is unclear which strings are untranslated yet and translators have to know how to use git). So, I created a helper tool for configuring the translation process on Crowdin, a powerful localization platform.
17
+
There are a lot of Factorio mods hosted on GitHub. Most of them are translated using pull requests. It is not very convenient (because it is unclear which strings are untranslated yet and translators have to know how to use git). So, I created a helper tool for configuring the translation process on Crowdin, a powerful localization platform.
18
18
19
19
## Installation
20
20
1. Go to our [GitHub app page][1]
@@ -40,19 +40,29 @@ Then Crowdin translation interface will be opened where you can translate string
40
40
## Notes
41
41
42
42
* To correctly upload your existing translations to Crowdin, files in any localization folder (such as `/locale/de`) **must have the same names as files in `/locale/en` folder**.
43
-
* If a repository has branch protection rules, then our helper will create a pull request (instead of pushing to the main branch directly).
43
+
* If a repository has branch protection rules, our helper will create a pull request (instead of pushing to the main branch directly).
44
44
* Please ask any questions or report bugs by creating a new [issue](https://github.com/dima74/factorio-mods-localization/issues).
45
45
46
46
## Multimods
47
-
It is possible to have multiple Factorio mods in a single GitHub repository. In this case please add file `factorio-mods-localization.json` with the list of mods to the root of the repository. See [`Omnimods/Omnimods` repository](https://github.com/Omnimods/Omnimods/commit/1e689afcf202776ffa0f675f73353f1fd67d2039) as an example.
47
+
It is possible to have multiple Factorio mods in a single GitHub repository. In this case please add file `factorio-mods-localization.json` with the list of mods to the root of the repository:
It is possible to disable automatic weekly updates from Crowdin and perform updates manually when you need it. To do so, create file `factorio-mods-localization.json` in the root of your repository with content:
58
+
```json
59
+
{"weekly_update_from_crowdin": false}
60
+
```
61
+
Now you can perform an update manually using the following URL:
0 commit comments