-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SubmitNewModFileForMod now supports platform information for games with CrossPlatform Modfiles enabled * FModioModInfo now exposes mod visibility * FModioFilterParams can now sort by DownloadsTotal * Deferred unsubscriptions are now treated as successes * New VerifyUserAuthenticationAsync method for verifying authentication state on the server * EnableModManagement now reports failure reasons to the log * ErrorCodeMatches method should now be correctly exposed to Blueprint
- Loading branch information
1 parent
aa9d6d7
commit 69c167e
Showing
46 changed files
with
1,306 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[CommonSettings] | ||
SourcePath=Plugins/Modio/Content/UI/Localization | ||
DestinationPath=Plugins/Modio/Content/UI/Localization | ||
ManifestName=Modio.manifest | ||
ArchiveName=Modio.archive | ||
PortableObjectName=Modio.po | ||
ResourceName=Modio.locres | ||
NativeCulture=en | ||
CulturesToGenerate=en | ||
|
||
;Gather text from source code | ||
[GatherTextStep0] | ||
CommandletClass=GatherTextFromSource | ||
SearchDirectoryPaths=Plugins/Modio/Source/ModioUI | ||
FileNameFilters=*.cpp | ||
FileNameFilters=*.h | ||
FileNameFilters=*.c | ||
FileNameFilters=*.inl | ||
FileNameFilters=*.mm | ||
FileNameFilters=*.ini | ||
FileNameFilters=*.csv | ||
ShouldGatherFromEditorOnlyData=false | ||
|
||
[GatherTextStep1] | ||
CommandletClass=GatherTextFromAssets | ||
IncludePathFilters=Plugins/Modio/Content/* | ||
ExcludePathFilters=Plugins/Modio/Content/UI/Localization/* | ||
PackageFileNameFilters=*.uasset | ||
PackageFileNameFilters=*.umap | ||
|
||
|
||
;Write Manifest | ||
[GatherTextStep2] | ||
CommandletClass=GenerateGatherManifest | ||
|
||
;Write Archives | ||
[GatherTextStep3] | ||
CommandletClass=GenerateGatherArchive | ||
|
||
;Import localized PO files | ||
[GatherTextStep4] | ||
CommandletClass=InternationalizationExport | ||
bImportLoc=true | ||
|
||
;Write Localized Text Resource | ||
[GatherTextStep5] | ||
CommandletClass=GenerateTextLocalizationResource | ||
|
||
;Export PO files | ||
[GatherTextStep6] | ||
CommandletClass=InternationalizationExport | ||
bExportLoc=true |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.