-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathproject.godot
More file actions
44 lines (33 loc) · 1.94 KB
/
project.godot
File metadata and controls
44 lines (33 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Godot4LocalizationEditor"
run/main_scene="res://addons/localization_example/Localization.tscn"
config/features=PackedStringArray("4.2")
config/icon="res://icon.png"
[autoload]
LocalizationManager="*res://addons/localization_editor/LocalizationManager.gd"
[editor_plugins]
enabled=PackedStringArray("res://addons/localization_editor/plugin.cfg")
[internationalization]
locale/translation_remaps={
"res://addons/localization_example/Data/Audio/hello_en.mp3": ["res://addons/localization_example/Data/Audio/hello_en.mp3:en", "res://addons/localization_example/Data/Audio/hello_de.mp3:de", "res://addons/localization_example/Data/Audio/hello_ru.mp3:ru"],
"res://addons/localization_example/Data/Images/play_en.png": ["res://addons/localization_example/Data/Images/play_en.png:en", "res://addons/localization_example/Data/Images/play_de.png:de", "res://addons/localization_example/Data/Images/play_ru.png:ru"],
"res://addons/localization_example/Data/Video/video_en.ogv": ["res://addons/localization_example/Data/Video/video_en.ogv:en", "res://addons/localization_example/Data/Video/video_de.ogv:de", "res://addons/localization_example/Data/Video/video_ru.ogv:ru"]
}
locale/translations=PackedStringArray("res://localization/localizations.en.translation", "res://localization/localizations.de.translation", "res://localization/localizations.ru.translation")
pseudolocalization/replace_with_accents=false
pseudolocalization/skip_placeholders=false
pseudolocalization/use_pseudolocalization_control=false
[localization_editor]
locales_visibility=[]
translations_split_offset=334
locales_path_to_file="res://localization/localizations.csv"
translations_save_auth=false
placeholders_split_offset=306