Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ kde-ml-kf5 Public archive

KDE 5 Malayalam Localization Weblate instance

Notifications You must be signed in to change notification settings

FOSSersVAST/kde-ml-kf5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

KDE Malayalam Localization

This repo has the .po gettext source files of KDE. The source files from here is imported to Weblate.

Currently KDE K Framework 5 trunk files are stored here.

Weblate Instance Source

Adding a new package

Each package should be in a separate branch

Find the package to add from here. Example : applications, kde-workspace

  • Set the package :
    git checkout master
    export REPO_ROOT=$PWD
    export PACKAGE=''
    
  • Make folders if haven't done already :
    mkdir $REPO_ROOT/locales/ $REPO_ROOT/locales/templates $REPO_ROOT/locales/ml
    
  • Make a branch for the package :
    git checkout -b $PACKAGE
    
  • Get the files :
    mkdir $REPO_ROOT/locales/templates/$PACKAGE
    cd $REPO_ROOT/locales/templates/$PACKAGE
    svn checkout svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/templates/messages/$PACKAGE .
    
    mkdir $REPO_ROOT/locales/ml/$PACKAGE
    cd $REPO_ROOT/locales/ml/$PACKAGE
    svn checkout svn://anonsvn.kde.org/home/kde/trunk/l10n-kf5/ml/messages/$PACKAGE .
    
  • Commit & Push :
    cd $REPO_ROOT
    git add $REPO_ROOT/locales
    git commit $REPO_ROOT/locales -m "Added $PACKAGE locale files"
    git push --set-upstream origin $PACKAGE
    
  • To pull changes from KDE SVN upstream :
    git checkout $PACKAGE
    cd $REPO_ROOT/locales/templates/$PACKAGE
    svn update
    cd $REPO_ROOT/locales/ml/$PACKAGE
    svn update
    cd $REPO_ROOT
    git commit $REPO_ROOT/locales -m "Merge changes from KDE upstream"
    

About

KDE 5 Malayalam Localization Weblate instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published