https://github.com/elementary/switchboard-plug-datetime
Switchboard Date & Time Plug
https://github.com/elementary/switchboard-plug-datetime
gtk gtk3 hacktoberfest meson switchboard vala
Last synced: 8 months ago
JSON representation
Switchboard Date & Time Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-datetime
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-11T23:57:49.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T13:14:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-09T14:47:59.075Z (almost 2 years ago)
- Topics: gtk, gtk3, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Size: 13.2 MB
- Stars: 10
- Watchers: 22
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Date & Time Settings
[](https://l10n.elementary.io/engage/switchboard/)

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev >= 1.4.0
* libgranite-7-dev
* libical-dev
* libswitchboard-3-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install
## Regenerate the Translation.vala
To regenerate the `Translation.vala` file containing the list of all the timezone names ready to parse by gettext, set the `regenerate_translation` option to `true`
cd build
meson configure -Dregenerate_translation=true
You'll then need to install the plug, run switchboard and open the plug. The new `Translation.vala` file will be ready in your Home folder.