Skip to content

Commit

Permalink
Add page title
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 21, 2024
1 parent f4c44cb commit 8c9d87c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
from package_build.package import build_package, package_up_to_date
from package_build.parse_metadata import parse_metadata

st.set_page_config(page_title=_("DF localization package builder"), page_icon="📦")

st.header(_("DF localization package builder"))
st.write(_("Build/download a package, unpack into the game's directory with file repalacement."))
st.markdown(
Expand Down
Binary file modified package_build/locale/ru/LC_MESSAGES/messages.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion package_build/locale/ru/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

#: app.py:13
msgid "DF localization package builder"
msgstr "Сборка пакетов локализации для DF"
msgstr "Сборщик пакетов локализации для DF"

#: app.py:14
msgid ""
Expand Down

0 comments on commit 8c9d87c

Please sign in to comment.