Skip to content

Commit

Permalink
Merge remote branch 'origin/master'
Browse files Browse the repository at this point in the history
Conflicts:
    data/io.github.nokse22.minitext.appdata.xml.in
  • Loading branch information
Nokse22 committed Sep 1, 2023
2 parents ef6c94e + c74bb96 commit e13fca6
Show file tree
Hide file tree
Showing 9 changed files with 241 additions and 7 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
paths-ignore:
- '**/README.md'
branches: [master]
pull_request:
name: Flatpak
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: io.github.nokse22.minitext.flatpak
manifest-path: io.github.nokse22.minitext.json
cache-key: flatpak-builder-${{ github.sha }}
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [ "review_requested", "ready_for_review" ]
name: Spell Check
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: cargo-sources.json,.git,*.svg,*.html,*.js,*.po,*.pot,*.page
ignore_words_list: gir
32 changes: 32 additions & 0 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
on:
push:
branches: [ "master" ]
pull_request:
workflow_dispatch:
name: Snap
permissions:
id-token: write
contents: read
jobs:
snap:
name: "Test if the Snap can be built from the latest commit in the branch"
runs-on: ubuntu-latest
steps:
- name: Checkout Git repository
uses: actions/checkout@v3
- name: Build Snap
uses: snapcore/action-build@v1
id: snapcraft-build
with:
snapcraft-args: "-v"
- uses: actions/upload-artifact@v3
with:
name: mini-text-amd64-snap
path: ${{ steps.snapcraft-build.outputs.snap }}
- name: Upload and release Mini Text snap with every changes
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.snapcraft-build.outputs.snap }}
release: ${{'edge'}}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ Best used with 'Always on Top' and/or 'Always on Visible Workspace'

## Installation

### From Flathub
### From the stores

Mini Text is available to download on
[Flathub](https://flathub.org/apps/details/io.github.nokse22.minitext).
Mini Text is available to download on Flathub and the Snap Store

<a href='https://flathub.org/apps/details/io.github.nokse22.minitext'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
<h>&emsp;</h> <a href="https://snapcraft.io/mini-text"><img height='80' alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg"/></a>

### From source

Expand Down
14 changes: 12 additions & 2 deletions data/io.github.nokse22.minitext.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@ Use Ctrl+Plus and Ctrl+Minus to change the font size.
<url type="bugtracker">https://github.com/Nokse22/mini-text/issues</url>

<releases>
<release version="0.1.6" date="2023-09-01">
<release version="0.1.8" date="2023-09-01">
<description>
<p>Fixed bug with shortcuts</p>
<p>Draggable only by the side</p>
</description>
</release>
<release version="0.1.5" date="2023-08-06">
<release version="0.1.7" date="2023-08-10">
<description>
<p>Bug fixes</p>
</description>
</release>
<release version="0.1.6" date="2023-08-08">
<description>
<p>Increase/decrease font size with ctrl+/-</p>
</description>
</release>
<release version="0.1.5" date="2023-08-06">
<description>
<p>Increased padding</p>
</description>
Expand Down
5 changes: 3 additions & 2 deletions io.github.nokse22.minitext.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
"buildsystem" : "meson",
"sources" : [
{
"type" : "dir",
"url" : "."
"type" : "git",
"url" : "https://github.com/Nokse22/mini-text",
"branch" : "master"
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nl
it
75 changes: 75 additions & 0 deletions po/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# ITALIAN TRANSLATION.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mini-text package.
# ALBANO BATTISTELLA <[email protected]>, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: mini-text\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-14 18:05+0200\n"
"PO-Revision-Date: 2023-08-19 13:40+0200\n"
"Last-Translator: Albano Battistella <[email protected]>\n"
"Language-Team: Italian\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.3.2\n"

#: data/io.github.nokse22.minitext.desktop.in:3
#: data/io.github.nokse22.minitext.appdata.xml.in:6
msgid "Mini Text"
msgstr "Mini testo"

#: data/io.github.nokse22.minitext.appdata.xml.in:8
msgid ""
"A very small and minimalistic text viewer with minimal editing capabilities. "
"Best used with 'Always on Top' and/or 'Always on Visible Workspace'. It "
"doesn't save or load files, just your clipboard. It is meant to be used as a "
"place where to edit text to be pasted."
msgstr ""
"Un visualizzatore di testo molto piccolo e minimalista con capacità di modifica minime."
"Utilizzato al meglio con 'Sempre in primo piano' e/o 'Area di lavoro sempre visibile'. "
"Non salva o carica file, solo i tuoi appunti. È pensato per essere usato come "
"posto dove modificare il testo da incollare."

#: data/io.github.nokse22.minitext.appdata.xml.in:10
msgid "Ephemeral text edits"
msgstr "Modifiche effimere al testo"

#: data/io.github.nokse22.minitext.appdata.xml.in:11
msgid "Nokse"
msgstr ""

#: data/io.github.nokse22.minitext.appdata.xml.in:23
msgid "Bug fixes"
msgstr "Correzioni di bug"

#: data/io.github.nokse22.minitext.appdata.xml.in:28
msgid "Increase/descrease font size with ctrl+/-"
msgstr "Aumenta/diminuisci la dimensione del carattere con ctrl+/-"

#: data/io.github.nokse22.minitext.appdata.xml.in:33
msgid "Increased padding"
msgstr "Imbottitura maggiorata"

#: data/io.github.nokse22.minitext.appdata.xml.in:38
msgid "Added buttons to quickly copy and paste"
msgstr "Aggiunti pulsanti per copiare e incollare rapidamente"

#: data/io.github.nokse22.minitext.appdata.xml.in:43
msgid "First release"
msgstr "Primo rilascio"

#: src/window.ui:98
msgid "_Preferences"
msgstr "_Preferenze"

#: src/window.ui:102
msgid "_Keyboard Shortcuts"
msgstr "_ Scorciatoie da tastiera"

#: src/window.ui:106
msgid "_About Mini-text"
msgstr "Informazioni su Mini-text"
77 changes: 77 additions & 0 deletions po/nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mini-text package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mini-text\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-14 18:05+0200\n"
"PO-Revision-Date: 2023-08-14 20:40+0200\n"
"Last-Translator: Heimen Stoffels <[email protected]>\n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.3.2\n"

#: data/io.github.nokse22.minitext.desktop.in:3
#: data/io.github.nokse22.minitext.appdata.xml.in:6
msgid "Mini Text"
msgstr "Minitekst"

#: data/io.github.nokse22.minitext.appdata.xml.in:8
msgid ""
"A very small and minimalistic text viewer with minimal editing capabilities. "
"Best used with 'Always on Top' and/or 'Always on Visible Workspace'. It "
"doesn't save or load files, just your clipboard. It is meant to be used as a "
"place where to edit text to be pasted."
msgstr ""
"Een hele kleine, minimalistische tekstbewerker met weinig "
"bewerkmogelijkheiden. De toepassing laadt alléén tekst van uw klembord, dus "
"tekst kan niet worden geladen uit of opgeslagen in een bestand. De "
"toepassing is slechts bedoeld voor het bewerken van elders te plakken test. "
"Tip: werkt het beste i.c.m. ‘Altijd bovenop’ en/of ‘Altijd op zichtbaar "
"werkblad’."

#: data/io.github.nokse22.minitext.appdata.xml.in:10
msgid "Ephemeral text edits"
msgstr "Vlugge tekstbewerkingen"

#: data/io.github.nokse22.minitext.appdata.xml.in:11
msgid "Nokse"
msgstr "Nokse"

#: data/io.github.nokse22.minitext.appdata.xml.in:23
msgid "Bug fixes"
msgstr "Opgelost: bugs"

#: data/io.github.nokse22.minitext.appdata.xml.in:28
msgid "Increase/descrease font size with ctrl+/-"
msgstr "Vergroot/Verklein tekst met behulp van Ctrl+/-"

#: data/io.github.nokse22.minitext.appdata.xml.in:33
msgid "Increased padding"
msgstr "Verhoogd: opvulling"

#: data/io.github.nokse22.minitext.appdata.xml.in:38
msgid "Added buttons to quickly copy and paste"
msgstr "Nieuw: knoppen om snel te kopiëren en plakken"

#: data/io.github.nokse22.minitext.appdata.xml.in:43
msgid "First release"
msgstr "De allereerste versie"

#: src/window.ui:98
msgid "_Preferences"
msgstr "_Voorkeuren"

#: src/window.ui:102
msgid "_Keyboard Shortcuts"
msgstr "_Sneltoetsen"

#: src/window.ui:106
msgid "_About Mini-text"
msgstr "_Over Minitekst"

0 comments on commit e13fca6

Please sign in to comment.