xlf-merge


Namexlf-merge JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://github.com/Salamek/xlf-merge
SummaryAPP for merging xlf translation files
upload_time2025-02-10 21:04:26
maintainerNone
docs_urlNone
authorAdam Schubert
requires_python>=3.4
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # xlf-merge

Tool to merge XLF translation files.
And it can also find dupes in XLF files.


## Installation

### Using PIP

```bash
pip install xlf-merge
```

### Using package Debian/Archlinux package

Go to https://repository.salamek.cz/ to see how to setup access to my public repository, then just do:

debian
```bash
apt update && apt install xlf-merge
```

archlinux
```bash
pacman -Sy xlf-merge
```

## Usage

### Merging

```bash
xlf-merge merge <old_translation_file> <new_translation_file> <output_file> --method='source/id'
```

Merge files by source:

```bash
xlf-merge merge messages.cs.xlf.old messages.xlf messages.cs.xlf --method='source'
```

Merge files by id:

```bash
xlf-merge merge messages.cs.xlf.old messages.xlf messages.cs.xlf --method='id'
```

### Finding dupes
```
xlf-merge dupes <file_to_check> --method='source/id/target'
```

Finding dupes by source:

```
xlf-merge dupes messages.cs.xlf --method='source'
```

Finding dupes by id:

```
xlf-merge dupes messages.cs.xlf --method='id'
```

Finding dupes by target:

```
xlf-merge dupes messages.cs.xlf --method='target'
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Salamek/xlf-merge",
    "name": "xlf-merge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": null,
    "author": "Adam Schubert",
    "author_email": "adam.schubert@sg1-game.net",
    "download_url": "https://files.pythonhosted.org/packages/4f/d5/c88b3bf46424510d4a88bd597a6897dbf6678b3153024cd7ffe1f0ecbc89/xlf-merge-0.1.11.tar.gz",
    "platform": null,
    "description": "# xlf-merge\n\nTool to merge XLF translation files.\nAnd it can also find dupes in XLF files.\n\n\n## Installation\n\n### Using PIP\n\n```bash\npip install xlf-merge\n```\n\n### Using package Debian/Archlinux package\n\nGo to https://repository.salamek.cz/ to see how to setup access to my public repository, then just do:\n\ndebian\n```bash\napt update && apt install xlf-merge\n```\n\narchlinux\n```bash\npacman -Sy xlf-merge\n```\n\n## Usage\n\n### Merging\n\n```bash\nxlf-merge merge <old_translation_file> <new_translation_file> <output_file> --method='source/id'\n```\n\nMerge files by source:\n\n```bash\nxlf-merge merge messages.cs.xlf.old messages.xlf messages.cs.xlf --method='source'\n```\n\nMerge files by id:\n\n```bash\nxlf-merge merge messages.cs.xlf.old messages.xlf messages.cs.xlf --method='id'\n```\n\n### Finding dupes\n```\nxlf-merge dupes <file_to_check> --method='source/id/target'\n```\n\nFinding dupes by source:\n\n```\nxlf-merge dupes messages.cs.xlf --method='source'\n```\n\nFinding dupes by id:\n\n```\nxlf-merge dupes messages.cs.xlf --method='id'\n```\n\nFinding dupes by target:\n\n```\nxlf-merge dupes messages.cs.xlf --method='target'\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "APP for merging xlf translation files",
    "version": "0.1.11",
    "project_urls": {
        "Homepage": "https://github.com/Salamek/xlf-merge",
        "Release notes": "https://github.com/Salamek/xlf-merge/releases"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fd5c88b3bf46424510d4a88bd597a6897dbf6678b3153024cd7ffe1f0ecbc89",
                "md5": "410be8ac2234f31b4a14c6fa6deb071e",
                "sha256": "7ea26858e6223a17e23c6accb5c5fd9654322791f0a5c1ef57a88313c1bf16c5"
            },
            "downloads": -1,
            "filename": "xlf-merge-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "410be8ac2234f31b4a14c6fa6deb071e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 18507,
            "upload_time": "2025-02-10T21:04:26",
            "upload_time_iso_8601": "2025-02-10T21:04:26.541199Z",
            "url": "https://files.pythonhosted.org/packages/4f/d5/c88b3bf46424510d4a88bd597a6897dbf6678b3153024cd7ffe1f0ecbc89/xlf-merge-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 21:04:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Salamek",
    "github_project": "xlf-merge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xlf-merge"
}
        
Elapsed time: 1.20381s