Lesson 35 - Get Compute Auth Token Working
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
; Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
; SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
[CommonSettings]
|
||||
SourcePath=Plugins/GameLiftPlugin/Content/Localization/GameLiftPlugin
|
||||
DestinationPath=Plugins/GameLiftPlugin/Content/Localization/GameLiftPlugin
|
||||
ManifestName=GameLiftPlugin.manifest
|
||||
ArchiveName=GameLiftPlugin.archive
|
||||
PortableObjectName=GameLiftPlugin.po
|
||||
ResourceName=GameLiftPlugin.locres
|
||||
NativeCulture=en
|
||||
CulturesToGenerate=en
|
||||
CulturesToGenerate=fr
|
||||
CulturesToGenerate=de
|
||||
CulturesToGenerate=es
|
||||
CulturesToGenerate=es-419
|
||||
CulturesToGenerate=it
|
||||
CulturesToGenerate=ja
|
||||
CulturesToGenerate=ko
|
||||
CulturesToGenerate=ru
|
||||
CulturesToGenerate=zh-Hans
|
||||
CulturesToGenerate=ar
|
||||
CulturesToGenerate=pl
|
||||
CulturesToGenerate=pt-BR
|
||||
|
||||
;Gather text from source code
|
||||
[GatherTextStep0]
|
||||
CommandletClass=GatherTextFromSource
|
||||
SearchDirectoryPaths=Plugins/GameLiftPlugin/Source/
|
||||
FileNameFilters=*.cpp
|
||||
FileNameFilters=*.h
|
||||
FileNameFilters=*.c
|
||||
FileNameFilters=*.inl
|
||||
FileNameFilters=*.mm
|
||||
FileNameFilters=*.ini
|
||||
ShouldGatherFromEditorOnlyData=false
|
||||
|
||||
;Write Manifest
|
||||
[GatherTextStep1]
|
||||
CommandletClass=GenerateGatherManifest
|
||||
|
||||
;Write Archives
|
||||
[GatherTextStep2]
|
||||
CommandletClass=GenerateGatherArchive
|
||||
|
||||
;Import localized PO files
|
||||
[GatherTextStep3]
|
||||
CommandletClass=InternationalizationExport
|
||||
bImportLoc=true
|
||||
|
||||
;Write Localized Text Resource
|
||||
[GatherTextStep4]
|
||||
CommandletClass=GenerateTextLocalizationResource
|
||||
|
||||
;Export PO files
|
||||
[GatherTextStep5]
|
||||
CommandletClass=InternationalizationExport
|
||||
bExportLoc=true
|
||||
Reference in New Issue
Block a user