Alejandro Cremades commited on
Commit
7c72ece
1 Parent(s): c751fd4

Localization fixes

Browse files
Files changed (1) hide show
  1. streamlit_common/locale.py +4 -4
streamlit_common/locale.py CHANGED
@@ -19,19 +19,19 @@ def get_locale():
19
  "ja": "カード名もしくはその一部を入力してください",
20
  },
21
  "select_type": {
22
- "en": "Select card types:",
23
  "ja": "タイプを選択してください:",
24
  },
25
  "search_by_type": {
26
- "en": "Search by card types:",
27
  "ja": "カードタイプで検索:",
28
  },
29
  "search_by_type_placeholder": {
30
- "en": "Type a types, subtypes or supertypes",
31
  "ja": "タイプ、サブタイプ、スーパータイプを入力",
32
  },
33
  "select_type_placeholder": {
34
- "en": "Select card types",
35
  "ja": "カードタイプ選択",
36
  },
37
  "search_by_text": {
 
19
  "ja": "カード名もしくはその一部を入力してください",
20
  },
21
  "select_type": {
22
+ "en": "Select card type:",
23
  "ja": "タイプを選択してください:",
24
  },
25
  "search_by_type": {
26
+ "en": "Search by card type:",
27
  "ja": "カードタイプで検索:",
28
  },
29
  "search_by_type_placeholder": {
30
+ "en": "Type a type, subtype or supertype",
31
  "ja": "タイプ、サブタイプ、スーパータイプを入力",
32
  },
33
  "select_type_placeholder": {
34
+ "en": "Select card type(s)",
35
  "ja": "カードタイプ選択",
36
  },
37
  "search_by_text": {