Skip to content

Commit

Permalink
Translate using meson
Browse files Browse the repository at this point in the history
- Add necessary files
- Update ci with latest ubuntu release
  • Loading branch information
hsbasu committed Oct 18, 2024
1 parent fafe87b commit 2b02f27
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-2404
strategy:
matrix:
language: [ 'python' ]
Expand Down
2 changes: 1 addition & 1 deletion po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
en
en_GB
6 changes: 3 additions & 3 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ src/BatteryMonitor/indicator.py
src/BatteryMonitor/__init__.py
src/BatteryMonitor/main.py
src/BatteryMonitor/Notification.py
[type: gettext/glade]src/BatteryMonitor/ui/battery-monitor.ui
[type: gettext/glade]src/BatteryMonitor/ui/logger.ui
[type: gettext/glade]src/BatteryMonitor/ui/shortcuts.ui
src/BatteryMonitor/ui/battery-monitor.ui
src/BatteryMonitor/ui/logger.ui
src/BatteryMonitor/ui/shortcuts.ui
Loading

0 comments on commit 2b02f27

Please sign in to comment.