#!/bin/sh # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Run this from the source root dir to count the number of remaining .src resources git ls-files *.src | xargs grep -ohE '^[a-zA-Z]+[ ]+[a-zA-Z_0-9]+' | cut -f 1 -d ' ' | sort | uniq -c | sort -n wspan='2'>cgit logo index : lo/translations
LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-05-28 17:51:40 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-05-28 18:20:52 +0200
commitf12656527a34992d7b1a20618c359859f5c8e4a1 (patch)
treea0803ca6ba16a19a1727e1d7985d7abec2a45994 /source
parentffe364726be8d78394cc5080d928b354e65febfb (diff)
update translations for 5.4
and force-fix errors using pocheck, add hsb (Upper Sorbian) ui files Change-Id: I3b5ca6727d9cc276f0d85ef0a6cb70c4d938c9ea
Diffstat (limited to 'source')