Skip to content

Commit

Permalink
Updated JP vshmenu, fixed script to run as python3 instead of having to
Browse files Browse the repository at this point in the history
say `python3 ...`
  • Loading branch information
krazynez committed Dec 21, 2024
1 parent 36440f5 commit 94332cd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
3 changes: 2 additions & 1 deletion contrib/PC/pf_convert/bdf_to_pf.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python3
# Usage: python3 make_satelite_and_pf.py <normal_satelite_path> <bdf_font_path> <encoded_satelite_path> <encoded_pf_font_path>
import sys

Expand Down Expand Up @@ -84,4 +85,4 @@ def paste_font(font_string: str):

with open(encoded_pf_font_path, 'wb') as pf_file:
for c in pf_map:
pf_file.write(fonts_data[c] if c in fonts_data else b'\0\0\0\0\0\0\0\0')
pf_file.write(fonts_data[c] if c in fonts_data else b'\0\0\0\0\0\0\0\0')
Binary file modified extras/menus/arkMenu/themes/translations/resources/JP.pf
Binary file not shown.
24 changes: 12 additions & 12 deletions extras/menus/arkMenu/themes/translations/resources/satelite_jp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ UMD
�
�
�
��
��
��
��
��
��
�
�
��
��
��
��
�� 
�� 
��
��
��
��
�
�
�
�
��
��
��
� ��
��
� ��
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ UMD
ライトブルー
ブルー
ライトブルー
インディゴ
ライトインディゴ
スミレ
ライトスミレ
ピンク
ライトピンク
パープル
ライトパープル
レッド
ライトレッド
ストロングパープル
ライトストロングパープル
アクアグリーン
ライトアクアグリーン
アクアブルー
ライトアクアブルー
グレー
ライトグレー
ティール
ライトティール
アクア
ライトアクラ
ブラック
ライトブラック
ホワイト
Expand Down

0 comments on commit 94332cd

Please sign in to comment.