Skip to content

Commit

Permalink
Merge branch 'main' into crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
SincerelyFaust authored Jul 7, 2022
2 parents 9371025 + de6b257 commit b830935
Show file tree
Hide file tree
Showing 81 changed files with 5,172 additions and 5,705 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/locale_gen.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Locale Generator
name: Locale generator
on:
push:
paths:
- '**.xml'
branches: [ main ]
jobs:
locale_gen:
name: Generate Locales
name: Generate locales
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -15,9 +15,9 @@ jobs:
name: Prepare Flutter SDK
- run: flutter channel dev
name: Switch Flutter channel
- run: flutter pub get
- run: flutter pub get && flutter pub upgrade
name: Get dependencies
- run: dart bin/locale_gen.dart
- run: flutter pub run build_runner build
name: Generate translations
- run: git config user.name "dahliaOS-Bot" && git config user.email [email protected] && git commit -am "Generated locales" && git push
name: Push translations
- run: git config user.name "dahliaOS-Bot" && git config user.email [email protected] && git add lib/generated && git commit -am "Generated locales" && git push
name: Push translations
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<p align="center">
<a href="https://dahliaos.io">Website</a> •
<a href="https://discord.gg/7qVbJHR">Discord</a> •
<a href="https://github.com/dahliaos/releases/releases">Releases</a> •
<a href="https://paypal.me/officialdahliaos">Donate</a> •
<a href="https://github.com/dahliaos/documentation">Documentation</a>
<a href="https://dahliaos.io/discord">Discord</a> •
<a href="https://dahliaos.io/download">Releases</a> •
<a href="https://dahliaos.io/donate">Donate</a> •
<a href="https://docs.dahliaos.io">Documentation</a>

# Pangolin Desktop UI [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=dahliaOS%20is%20a%20modern,%20secure,%20lightweight%20and%20responsive%20operating%20system,%20combining%20the%20best%20of%20GNU/Linux%20and%20Fuchsia%20OS&url=https://dahliaos.io&via=realdahliaos&hashtags=dahliaos,linux,zircon,flutter,dart,fuchsia,opensource)
[![Build and Deploy to Web](https://github.com/dahliaOS/pangolin_desktop/actions/workflows/web.yml/badge.svg?branch=main)](https://github.com/dahliaOS/pangolin_desktop/actions/workflows/web.yml)
[![Locale Generator](https://github.com/dahliaOS/pangolin_desktop/actions/workflows/locale_gen.yml/badge.svg?branch=main)](https://github.com/dahliaOS/pangolin_desktop/actions/workflows/locale_gen.yml)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fweb.dahliaos.io)
![Demo](https://img.shields.io/website?url=https%3A%2F%2Fweb.dahliaos.io)
[![Crowdin](https://badges.crowdin.net/e/1a53a75fb38f15843d4eb6d9b9e4215a/localized.svg)](https://translate.dahliaos.io/pangolin)
![GitHub](https://img.shields.io/github/license/dahliaos/pangolin-desktop?color=brightgreen)

Expand All @@ -38,7 +38,11 @@
## Build Pangolin Desktop

### Prerequisites (On Debian/Ubuntu)
```sudo apt install build-essential clang pkg-config libgtk-3-dev make cmake ninja-build```

```
sudo apt install build-essential clang pkg-config libgtk-3-dev make cmake ninja-build
```

If you're interested in building Pangolin, you can refer to [Building and Running Pangolin](https://github.com/dahliaOS/pangolin_desktop/wiki/Compile-Pangolin-Desktop)

## Contribute
Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ linter:
empty_catches: false
implementation_imports: false
use_build_context_synchronously: false
sort_pub_dependencies: false

analyzer:
exclude:
- lib/**/*.g.dart
- lib/generated/**/*.dart
- lib/generated_plugin_registrant.dart
File renamed without changes.
206 changes: 0 additions & 206 deletions assets/locales/cs-CZ/pangolin.xml

This file was deleted.

File renamed without changes.
208 changes: 0 additions & 208 deletions assets/locales/en-US/pangolin.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b830935

Please sign in to comment.