Skip to content

Updated and simplified build and merge scripts to aid with translations in KDE Plasma. Originally written by Chris Holland (Zren).

Notifications You must be signed in to change notification settings

WackyIdeas/plasmoid-translation-scripts-plasma6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Plasmoid Translation Scripts for Plasma 6

These scripts are meant for translating Plasmoids, updated for use with KDE Plasma 6.

Dependencies:

  1. gettext for commands like msgfmt, xgettext and msgmerge
  2. jq for parsing metadata.json files found in Plasmoids

Setup

  1. Make a translate directory in your Plasmoid root directory (in the same directory where its metadata.json is located)
  2. Place these scripts inside the translate directory
  3. Run the following:
$ chmod +x merge && ./merge 
  1. After creating and editing your translation .po files, build and install them using build:
$ chmod +x build && ./build

Optionally, restart plasmashell with the --restartplasma argument.

About

Updated and simplified build and merge scripts to aid with translations in KDE Plasma. Originally written by Chris Holland (Zren).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages