Skip to content

Commit

Permalink
Update make_translation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Sep 3, 2022
1 parent f0e2e94 commit 9c15795
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Translations/make_translation.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,19 @@ def get_debug_menu() -> List[str]:
def get_accel_names_list() -> List[str]:
return [
" Scanning",
" None",
" None",
"MMA8652FC",
" LIS2DH12",
" BMA223",
" MSA301",
" SC7A20",
" BMA223",
" MSA301",
" SC7A20",
]


def get_power_source_list() -> List[str]:
return [
"DC",
"QC",
" DC",
" QC",
"PD W. VBus",
"PD No VBus",
]
Expand Down

0 comments on commit 9c15795

Please sign in to comment.