first Prototype

This commit is contained in:
Exobyt 2025-08-28 01:55:38 +02:00
parent e11825c698
commit 35ce267482
481 changed files with 17315 additions and 1 deletions

View file

@ -0,0 +1,12 @@
# Keys for LocalizationManger to use in source code: MIT License
# @author Vladimir Petrenko
@tool
class_name LocalizationKeys
const KEY_NAME = "KEY_NAME"
const KEY_PLAY = "KEY_PLAY"
const KEYS = [
"KEY_NAME",
"KEY_PLAY"
]

View file

@ -0,0 +1 @@
uid://6b2qxogn6b4o

View file

@ -0,0 +1,9 @@
# Placeholders for LocalizationManger to use in source code: MIT License
# @author Vladimir Petrenko
@tool
class_name LocalizationPlaceholders
const PLACEHOLDERS = [
]

View file

@ -0,0 +1 @@
uid://dy5rnmaioifbh

View file

View file

@ -0,0 +1 @@
uid://dmd6uiolxwn1h

View file

@ -0,0 +1,16 @@
[gd_resource type="Resource" script_class="LocalizationPlaceholdersData" load_steps=2 format=3 uid="uid://dmqjq3hnd4dff"]
[ext_resource type="Script" uid="uid://c56hv2a0fyjv7" path="res://addons/localization_editor/model/LocalizationPlaceholdersData.gd" id="1"]
[resource]
script = ExtResource("1")
placeholders = {
"NAME": {
"de": "Johan",
"en": "John"
},
"OLD": {
"de": "16",
"en": "17"
}
}

View file

@ -0,0 +1,3 @@
keys,en,de
KEY_NAME,English,Deutsch
KEY_PLAY,Play,Spielen
1 keys en de
2 KEY_NAME English Deutsch
3 KEY_PLAY Play Spielen

View file

@ -0,0 +1,17 @@
[remap]
importer="csv_translation"
type="Translation"
uid="uid://dda56mdyc1qof"
[deps]
files=["res://localization/localizations.en.translation", "res://localization/localizations.de.translation"]
source_file="res://localization/localizations.csv"
dest_files=["res://localization/localizations.en.translation", "res://localization/localizations.de.translation"]
[params]
compress=true
delimiter=0