From ef8bf849f9d167e3ab1d7b6c0eff44919d7aa386 Mon Sep 17 00:00:00 2001 From: Olivier Schneider Date: Fri, 10 Apr 2026 13:06:37 +0200 Subject: add translation coverage badge --- README.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) mode change 120000 => 100644 README.md diff --git a/README.md b/README.md deleted file mode 120000 index 100b9382..00000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -README \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..6a096413 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +[![Translation status](https://translate.fedoraproject.org/widget/mate-desktop/svg-badge.svg)](https://translate.fedoraproject.org/engage/mate-desktop/) + +[![Build Status](https://github.com/mate-desktop/caja/actions/workflows/builds.yml/badge.svg?branch=master)](https://github.com/mate-desktop/caja/actions/workflows/builds.yml) +[![Release](https://img.shields.io/github/v/release/mate-desktop/caja)](https://github.com/mate-desktop/caja/releases) +[![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg "IRC Freenode")](https://webchat.freenode.net/?channels=mate) + +

+ Caja +
+ Caja +

+ +

The file manager for the MATE desktop

+
Caja Screenshot
+ +## Installation + +### Ubuntu + +```bash +sudo apt install caja +``` + +### Fedora + +```bash +sudo dnf install caja +``` + +## Building + +### Source + +You'll need the following dependencies: + + * `exempi` + * `gobject-introspection` + * `libnotify` + * `libexif` + * `gvfs` + * `mate-common` + * `mate-desktop` + +### Building + +```bash +git clone --recurse-submodules https://github.com/mate-desktop/caja.git +cd caja +./autogen.sh --prefix=/usr +make +make install +``` + +## Hacking on Caja + +Please see the HACKING file for information about hacking on caja. + +## How to report bugs / errors in translations + +Bugs should be reported in GitHub + +https://github.com/mate-desktop/caja/issues + +We are using transifex for translations. https://www.transifex.com/mate/MATE/dashboard/ + +Please create an account, become a member of your language team and fix it there. + +## Package status + +[![Packaging status](https://repology.org/badge/vertical-allrepos/caja.svg)](https://repology.org/project/caja/versions) -- cgit v1.2.1