Thaddeus Crews 66333f9d92 Merge pull request #113322 from nikitalita/fix-translation 1 week ago
..
SCsub 9f9ee0c813 SCons: Add unobtrusive type hints in SCons files 1 year ago
alt_codes.h 413cb795cd Move `alt_code_oem437` and `alt_code_cp1252` to separate header file 7 months ago
char_range.inc 413cb795cd Move `alt_code_oem437` and `alt_code_cp1252` to separate header file 7 months ago
char_utils.h 1db0a60dc0 Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 2 months ago
fuzzy_search.cpp 76a65de3ab Change fuzzy search to only set case sensitive within set_query 7 months ago
fuzzy_search.h 76a65de3ab Change fuzzy search to only set case sensitive within set_query 7 months ago
locales.h 8327dfa215 Merge pull request #112092 from timothyqiu/ts-nums 1 month ago
node_path.cpp b97aa0ba3c Optimization NodePath 2 weeks ago
node_path.h dc5e615a1d Remove `Array` include from `dictionary.h` and `ustring.h`. 2 months ago
optimized_translation.cpp c1ee8e52e4 Improve CSV translations 1 month ago
optimized_translation.h e14263f917 Remove empty constructors and destructors from core/ 4 weeks ago
plural_rules.cpp ebb96e2303 Move plural rules logic into a separate class 2 months ago
plural_rules.h ebb96e2303 Move plural rules logic into a separate class 2 months ago
print_string.cpp 05dae23f18 Remove dependency of variant.h in print_string.h 2 months ago
print_string.h e14263f917 Remove empty constructors and destructors from core/ 4 weeks ago
string_buffer.h c6f57c7a55 Change "reserve called with a capacity smaller than the current size" error message to a verbose message. 2 months ago
string_builder.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 6 months ago
string_builder.h e14263f917 Remove empty constructors and destructors from core/ 4 weeks ago
string_name.cpp 29f75ad5fa Remove unused `StringName::search`. 6 months ago
string_name.h e14263f917 Remove empty constructors and destructors from core/ 4 weeks ago
translation.cpp 349b61cb14 Fix loading old-style translation files 2 weeks ago
translation.h ea9a2c3b2c Add CSV translation template generation 1 month ago
translation_domain.cpp ec860ffe4a Add methods for querying loaded `Translation` instances 3 weeks ago
translation_domain.h ec860ffe4a Add methods for querying loaded `Translation` instances 3 weeks ago
translation_server.compat.inc 6f4fadf65d Expose standardize_locale add_default param publicly 1 year ago
translation_server.cpp ec860ffe4a Add methods for querying loaded `Translation` instances 3 weeks ago
translation_server.h ec860ffe4a Add methods for querying loaded `Translation` instances 3 weeks ago
ucaps.h 324512e11c Style: Replace header guards with `#pragma once` 9 months ago
ustring.cpp a9ef3e5804 Fix duplicate minus in print output. 1 week ago
ustring.h d7f5c13db8 Add `Span` equality (`==` and `!=`) operators. 1 month ago