Created
April 8, 2021 09:40
-
-
Save fischerbach/42148ca9b7c651dd7865d97508c518da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gettext | |
_ = gettext.gettext | |
###Each label string replace surround by _() function: | |
st.markdown(_('## This app uses Zenserp API')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment