Skip to content

Commit

Permalink
Обновление локализаций
Browse files Browse the repository at this point in the history
  • Loading branch information
HPW-dev committed Sep 7, 2024
1 parent 6959dec commit 88e79e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/data.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/game/core/locales.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class Locale;

namespace hpw {
inline Shared<Store<Locale>> store_locale {}; // локализованные строки
inline const Str fallback_font_path = "resource/locale/en.yml";
inline const Str fallback_font_path = "resource/locale/EN (Google).yml";
inline Str locale_path = fallback_font_path; // текущая выбранная локаль
}

0 comments on commit 88e79e5

Please sign in to comment.