Aaron Franke
|
b1f5e9fe3a
Rename internal is_ascii_char to is_ascii_alphabet_char
|
6 months ago |
Haoyu Qiu
|
479b7afa8e
Add context support for editor property name i18n
|
1 year ago |
Rémi Verschelde
|
0a089e284b
Merge pull request #87191 from Mickeon/autocompletion-TranslationServer
|
8 months ago |
Micky
|
ffd498c57d
Add autocompletion for TranslationServer
|
10 months ago |
Michael Alexsander
|
d70c45b5c8
Add option to add built-in strings in the POT generation
|
11 months ago |
Raul Santos
|
5ba92e5a57
Fix some DEFVALs to use the right type
|
9 months ago |
bruvzg
|
e7bdb60e56
[Pseudolocalization] Prevent out of bounds reads.
|
10 months ago |
bruvzg
|
829349d2ca
Do not reload resources and send notification if locale is not changed.
|
11 months ago |
bruvzg
|
8b2260544a
Fix remapped font reloading on locale change.
|
1 year ago |
Pedro J. Estébanez
|
5301bbb3a5
Support loading of translations on threads
|
1 year ago |
Clay John
|
610877e326
Merge pull request #72288 from MewPurPur/use-string-repeat
|
1 year ago |
VolTer
|
6b84e258d2
Use String.repeat() in more places
|
1 year ago |
bruvzg
|
82d7923c65
Improve layout direction/locale automatic selection.
|
1 year ago |
Haoyu Qiu
|
5d7e003b29
Prepare for moving editor and classref translations to godot-editor-l10n repo
|
1 year ago |
Rémi Verschelde
|
163f6f5fe8
Merge pull request #68429 from KoBeWi/PropertySettings
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
kobewi
|
7c6b659bd7
Add PropertyInfo overload for GLOBAL_DEF
|
2 years ago |
bruvzg
|
35528b800c
[Font] Add an import option to pre-render all glyphs required for the translation.
|
2 years ago |
Rémi Verschelde
|
0e9878b12a
Merge pull request #67931 from bruvzg/locale_no_def
|
2 years ago |
bruvzg
|
ec3c4fcba9
Do not auto add default script and country codes to the locale.
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
kobewi
|
f7f4873ed0
Replace Array return types with TypedArray 3
|
2 years ago |
Yuri Sizov
|
1362bc22bd
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
|
2 years ago |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
2 years ago |
bruvzg
|
759ca45820
[Editor] Fix "en" editor translation detection.
|
2 years ago |
Hendrik Brucker
|
77fb65debf
Use EditorFileDialog instead of FileDialog in the project manager
|
2 years ago |
bruvzg
|
b801742b77
[GDExtension] Add binds for missing methods, operators, and constants required for GDExtension TextServer implementation.
|
2 years ago |