8 Commits

Author SHA1 Message Date
jamie dale
9d05bb6d13 Ignore non-zero localization commandlet exit codes if GatherText itself returns a zero exit code
#jira
[FYI] Holly.Lucas
#rnx

[CL 26884281 by jamie dale in 5.3 branch]
2023-08-07 11:28:00 -04:00
jamie dale
34765c32e5 Fixed the PortableObject data source not detecting newly added localization targets
#jira
#rb Rex.Hill
#rnx

[CL 26465500 by jamie dale in 5.3 branch]
2023-07-19 13:48:15 -04:00
jamie dale
108c0fb2ca Gather Verse for UGC localization
#rb Leon.Huang, david.punsetmartinez
#rnx

[CL 26036784 by jamie dale in 5.3 branch]
2023-06-16 01:50:03 -04:00
jamie dale
c27919ed54 Default to English when there is no localization data available
#jira
[FYI] david.punsetmartinez
#rnx

[CL 25935111 by jamie dale in ue5-main branch]
2023-06-12 15:29:28 -04:00
jamie dale
ba034b2959 Added API to cleanup leftover UGC localization data
#rb Jason.Stasik

[CL 25592357 by jamie dale in ue5-main branch]
2023-05-23 18:15:53 -04:00
jamie dale
1f377db5f4 Added extra localization logging
#jira
#rb none
#rnx

[CL 25055361 by jamie dale in ue5-main branch]
2023-04-14 20:06:01 -04:00
jamie dale
709e97ade9 Default to exporting localization files with the copyright notice set on the project
This can also be overridden using the "CopyrightNotice" option in the "CommonSettings" of a GatherText config

#preflight 63c9c142d368fed9e5d07f7a
#rb Leon.Huang

[CL 23784893 by jamie dale in ue5-main branch]
2023-01-19 20:48:37 -05:00
jamie dale
29a6e09f28 Added base support for UGC localization
UGC localization can be used to provide a simplified localization experience for basic plugins (only providing the PO files to be translated), and is primarily designed for DLC plugins where the UGC localization will be compiled during cook (see UUserGeneratedContentLocalizationSettings).

Support for non-DLC plugins can be provided via project specific tooling built upon this base API.

Support for complex plugins (such as those containing different kinds of modules, eg) a mix of game/engine and editor) are not supported via this API.

#preflight 63c70d2802024f93d87a0e32
#rb Leon.Huang, Dave.Belanger

[CL 23761684 by jamie dale in ue5-main branch]
2023-01-18 14:39:58 -05:00