Browse Source

🇪🇪 ET Translation patch (#7479)

- First iteration of Estonian translations
- Added to Eesti to Options as well as included the strings to the Asset file.
pull/7483/head
Sten Feldman 1 year ago committed by GitHub
parent
commit
95c79ecd61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CMake/Assets.cmake
  2. 1
      Source/options.cpp
  3. 11137
      Translations/et.po

2
CMake/Assets.cmake

@ -2,7 +2,7 @@ if(NOT DEFINED DEVILUTIONX_ASSETS_OUTPUT_DIRECTORY)
set(DEVILUTIONX_ASSETS_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/assets")
endif()
set(devilutionx_langs bg cs da de el es fr hr hu it ja ko pl pt_BR ro ru uk sv tr zh_CN zh_TW)
set(devilutionx_langs bg cs da de el es et fr hr hu it ja ko pl pt_BR ro ru uk sv tr zh_CN zh_TW)
if(USE_GETTEXT_FROM_VCPKG)
# vcpkg doesn't add its own tools directory to the search path
list(APPEND Gettext_ROOT ${CMAKE_CURRENT_BINARY_DIR}/vcpkg_installed/${VCPKG_TARGET_TRIPLET}/tools/gettext/bin)

1
Source/options.cpp

@ -1221,6 +1221,7 @@ void OptionEntryLanguageCode::CheckLanguagesAreInitialized() const
languages.emplace_back("el", "Ελληνικά");
languages.emplace_back("en", "English");
languages.emplace_back("es", "Español");
languages.emplace_back("et", "Eesti");
languages.emplace_back("fr", "Français");
languages.emplace_back("hr", "Hrvatski");
languages.emplace_back("hu", "Magyar");

11137
Translations/et.po

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save