Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ Maintainer/Programmer: Roman Lefler

Contributors: Davide Murtas

Brazilian Portuguese (Português do Brasil): Alzemand
Brazilian Portuguese (Português do Brasil): Alzemand, André Fernandes
Bulgarian (български език): Lyubomir Vasilev
Chinese (中文): know-nothing-but-123
Chinese (中文): know-nothing-but-123, JiaoxianDu
Dutch (Nederlands): hidenosuke
French (Français): Samuel St. Jean, mdouchin, & Neo-29
German (Deutsch): Ahmet Ala
Indonesian (Bahasa Indonesia): Fakhrul Rijal
Italian (Italiano): Davide Murtas
Japanese (日本語): hidenosuke
Portugese (Português): André Fernandes
Russian (Русский): Valetss
Turkish (Türkçe): Ahmet Ala

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

# v49.0.0

## Features

- GNOME 49 support
- Option to use packaged icons in panel
- Option to use symbolic or realistic icons

## Bug Fixes

- Crash on first launch with no Internet

## Translations

- Brazilian Portugese (thanks André Fernandes)
- Chinese (thanks JiaoxianDu)
- Dutch (thanks koenraad-verv)
- Japanese (thanks hidenosuke)
- Portugese (thanks André Fernandes)
- Russian (thanks Valetss)

# v48.2.0

## Features
Expand Down
23 changes: 23 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

## Testing

Running a test in GNOME 49+ requires the mutter development package to be intalled. [See below for directions on common distros.](#mutter-dev-package)

Build extension and launch shell window for testing:

```shell
Expand Down Expand Up @@ -40,3 +42,24 @@ Remove build files:
```shell
make clean
```

## Mutter Dev Package

### Arch Linux (Pacman)

```shell
sudo pacman -S mutter-devkit
```

### Debian (Apt)

```shell
sudo apt install mutter-dev-bin
```

### Fedora (DNF)

```shell
sudo dnf install mutter-devel
```

11 changes: 10 additions & 1 deletion nest-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ make install
# export G_MESSAGES_DEBUG=all
export MUTTER_DEBUG_DUMMY_MODE_SPECS=1280x1024
export SHELL_DEBUG=all
dbus-run-session -- gnome-shell --nested --wayland

echo
v="$(gnome-shell --version 2>/dev/null | grep -oE '[0-9]+(\.[0-9]+)*' || true)"
echo "Testing on $v."
if [[ "${v%%.*}" -lt 49 ]]; then
dbus-run-session -- gnome-shell --nested --wayland
else
printf "\033[44mMutter dev package is required.\033[0m\n"
dbus-run-session -- gnome-shell --devkit
fi
44 changes: 22 additions & 22 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,39 +40,39 @@ msgstr "風"

#: src/details.ts:63
msgid "Humidity"
msgstr "Humidity"
msgstr "湿度"

#: src/details.ts:64
msgid "Gusts"
msgstr "ガスト"
msgstr "風速"

#: src/details.ts:65
msgid "UV High"
msgstr "紫外線高"

#: src/details.ts:66 src/preferences/generalPage.ts:92
msgid "Pressure"
msgstr "<unk>"
msgstr "気圧"

#: src/details.ts:67
msgid "Precipitation"
msgstr "<unk>"
msgstr "降水量"

#: src/details.ts:68
msgid "Sunrise"
msgstr "日の出(サンライズ)"
msgstr "日の出"

#: src/details.ts:69
msgid "Sunset"
msgstr "日没"

#: src/details.ts:70
msgid "Cloud Cover"
msgstr "雲のカバー"
msgstr "雲量"

#: src/details.ts:75 src/popup.ts:409
msgid "Invalid"
msgstr "無効です"
msgstr "無効"

#: src/lang.ts:108 src/popup.ts:57
msgid "Today"
Expand Down Expand Up @@ -217,11 +217,11 @@ msgstr "なし"

#: src/preferences/detailsPage.ts:188
msgid "Panel Detail"
msgstr "部品の詳細"
msgstr "パネルの詳細"

#: src/preferences/detailsPage.ts:206
msgid "Secondary Panel Detail"
msgstr "セカンダリパネル詳細"
msgstr "セカンダリパネルの詳細"

#: src/preferences/detailsPage.ts:218
msgid "Show Condition Icon"
Expand Down Expand Up @@ -290,11 +290,11 @@ msgstr "米国"

#: src/preferences/generalPage.ts:61
msgid "Fahrenheit"
msgstr "Fahrenheit"
msgstr "華氏"

#: src/preferences/generalPage.ts:62
msgid "Celsius"
msgstr "摂氏度"
msgstr "摂氏"

#: src/preferences/generalPage.ts:78
msgid "Speed"
Expand Down Expand Up @@ -326,15 +326,15 @@ msgstr "天気サービス"

#: src/preferences/generalPage.ts:160
msgid "Configure how the weather is attained"
msgstr "天気の達成方法を設定する"
msgstr "天気の取得方法を設定する"

#: src/preferences/generalPage.ts:167
msgid "Weather Provider"
msgstr "天気プロバイダー"

#: src/preferences/generalPage.ts:180
msgid "Configure how your location is found"
msgstr "位置情報がどのように見つかるかを設定します"
msgstr "位置情報がどのように見つけるかを設定します"

#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185
msgid "Online"
Expand Down Expand Up @@ -366,7 +366,7 @@ msgstr "ユーザー補助機能を設定"

#: src/preferences/generalPage.ts:224
msgid "High Contrast"
msgstr "ハイコントラスト(ハイコントラスト)"
msgstr "ハイコントラスト"

#: src/preferences/generalPage.ts:236
msgid "Configure the panel and pop-up"
Expand All @@ -378,7 +378,7 @@ msgstr "ライト"

#: src/preferences/generalPage.ts:247
msgid "Afterdark"
msgstr "Afterdark"
msgstr "日没"

#: src/preferences/generalPage.ts:248
msgid "Immersive"
Expand All @@ -402,7 +402,7 @@ msgstr "右"

#: src/preferences/generalPage.ts:264
msgid "Side of Panel"
msgstr "サイドオブパネル"
msgstr "パネルの水平位置"

#: src/preferences/generalPage.ts:274
msgid "Order in Panel"
Expand Down Expand Up @@ -497,35 +497,35 @@ msgstr "無視"

#: src/prefs.ts:77
msgid "Open GitHub"
msgstr "Open GitHub"
msgstr "GitHubを開く"

#: src/weather.ts:103
msgid "Clear"
msgstr "クリア"

#: src/weather.ts:103
msgid "Sunny"
msgstr "Sunny"
msgstr "晴れ"

#: src/weather.ts:105
msgid "Cloudy"
msgstr "曇り"

#: src/weather.ts:107
msgid "Rainy"
msgstr "Rainy"
msgstr ""

#: src/weather.ts:109
msgid "Snowy"
msgstr "Snowy"
msgstr ""

#: src/weather.ts:111
msgid "Stormy"
msgstr "Stormy"
msgstr ""

#: src/weather.ts:113
msgid "Windy"
msgstr "<unk>"
msgstr "強風"

#: src/welcome.ts:53
#, javascript-format
Expand Down
32 changes: 16 additions & 16 deletions po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: simpleweather\n"
"Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n"
"POT-Creation-Date: 2025-07-23 16:59-0500\n"
"PO-Revision-Date: 2025-07-23 22:06\n"
"Last-Translator: \n"
"PO-Revision-Date: 2025-08-28 16:56\n"
"Last-Translator: koenraad-verv\n"
"Language-Team: Dutch\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -44,15 +44,15 @@ msgstr "Luchtvochtigheid"

#: src/details.ts:64
msgid "Gusts"
msgstr "Gasten"
msgstr "Windstoten"

#: src/details.ts:65
msgid "UV High"
msgstr "UV hoog"

#: src/details.ts:66 src/preferences/generalPage.ts:92
msgid "Pressure"
msgstr "Drukdruk"
msgstr "Luchtdruk"

#: src/details.ts:67
msgid "Precipitation"
Expand All @@ -68,7 +68,7 @@ msgstr "Zonsondergang"

#: src/details.ts:70
msgid "Cloud Cover"
msgstr "Cloud Cover"
msgstr "Bewolking"

#: src/details.ts:75 src/popup.ts:409
msgid "Invalid"
Expand Down Expand Up @@ -114,12 +114,12 @@ msgstr "%f°N"
#: src/location.ts:82
#, javascript-format
msgid "%f°S"
msgstr "%f°S"
msgstr "%f°Z"

#: src/location.ts:83
#, javascript-format
msgid "%f°E"
msgstr "%f°E"
msgstr "%f°O"

#: src/location.ts:83
#, javascript-format
Expand Down Expand Up @@ -201,7 +201,7 @@ msgstr "Beschrijving"

#: src/preferences/detailsPage.ts:74
msgid "Pop-Up"
msgstr "Beurswand"
msgstr "Pop-Up"

#: src/preferences/detailsPage.ts:75
msgid "Drag-and-drop from bottom to configure the pop-up"
Expand Down Expand Up @@ -406,7 +406,7 @@ msgstr "Zijkant van paneel"

#: src/preferences/generalPage.ts:274
msgid "Order in Panel"
msgstr "Bestellen in paneel"
msgstr "Plaats op het paneelSimpleWeather weet niet hoe het met uw taal moet omgaan."

#: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80
msgid "Locations"
Expand Down Expand Up @@ -483,8 +483,8 @@ msgstr "Geen auteursrechtgegevens beschikbaar."
msgid "SimpleWeather doesn't know how to handle your locale.\n"
"\tError - %s\n"
"Please consider submitting a bug report on GitHub."
msgstr "SimpleWeather weet niet hoe u met uw taal moet omgaan.\n"
"\t● Error - %s\n"
msgstr "SimpleWeather weet niet hoe het met uw taal moet omgaan.\n"
"\tError - %s\n"
"Overweeg om een bugrapport in te dienen op GitHub."

#: src/prefs.ts:77
Expand All @@ -505,27 +505,27 @@ msgstr "Verwijderen"

#: src/weather.ts:103
msgid "Sunny"
msgstr "Sunny"
msgstr "Zonnig"

#: src/weather.ts:105
msgid "Cloudy"
msgstr "Bewolkt"

#: src/weather.ts:107
msgid "Rainy"
msgstr "Rainy"
msgstr "Regenachtig"

#: src/weather.ts:109
msgid "Snowy"
msgstr "Snowy"
msgstr "Sneeuwachtig"

#: src/weather.ts:111
msgid "Stormy"
msgstr "Stormy"
msgstr "Stormachtig"

#: src/weather.ts:113
msgid "Windy"
msgstr "Windvol"
msgstr "Winderig"

#: src/welcome.ts:53
#, javascript-format
Expand Down
Loading