https://github.com/elementary/switchboard-plug-locale
Switchboard Locale Plug
https://github.com/elementary/switchboard-plug-locale
gtk gtk3 hacktoberfest meson switchboard vala
Last synced: 7 months ago
JSON representation
Switchboard Locale Plug
- Host: GitHub
- URL: https://github.com/elementary/switchboard-plug-locale
- Owner: elementary
- License: lgpl-3.0
- Created: 2017-04-14T01:59:14.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T01:11:56.000Z (8 months ago)
- Last Synced: 2025-06-27T02:23:38.183Z (8 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Size: 4.35 MB
- Stars: 12
- Watchers: 24
- Forks: 11
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Locale Settings
[](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

## Building and Installation
You'll need the following dependencies:
* libaccountsservice-dev
* libibus-1.0-dev
* libgnome-desktop-4-dev
* libgranite-7-dev
* libswitchboard-3-dev
* meson >= 0.58.0
* policykit-1
* 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`
sudo ninja install