#!/bin/bash # 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/. # This script prints lines from .ui files, where the translatable="yes" attribute # was not set -- presumably by mistake. It prints a few false positives though. for i in `git ls-files *.ui`; do for j in "label" "title" "text" "format" "copyright" "comments" "preview_text" "tooltip" "message" ; do grep -s "\.*[A-Za-z].*<"; if [ "$?" -eq 0 ] ; then echo "Source: $i^"; fi done grep -s "" $i | grep -v "translatable\=\"yes" | grep -v "translatable\=\"no" | grep ">.*[A-Za-z].*<"; if [ "$?" -eq 0 ] ; then echo "Source: $i^"; fi done /zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-20Updated corelibreoffice-4-2-branch-pointChristian Lohmaier
2013-11-18Updated coreEike Rathke
2013-11-18Updated coreAndras Timar
2013-11-17Updated coreAndras Timar
2013-11-17Updated coreRobinson Tryon
2013-11-15Updated coreAndras Timar
2013-10-08Updated coreDavid Tardon
2013-09-10Updated coreEike Rathke
2013-09-04Updated coreEike Rathke
2013-08-28Updated coreCaolán McNamara
2013-07-25Updated coreArnaud Versini
2013-07-22Updated coreChristian Lohmaier
2013-07-20Updated coreArnaud Versini
2013-06-27Updated coreAndras Timar
2013-06-27Updated coreAndras Timar
2013-06-27Updated coreAndras Timar
2013-06-15Updated coreAndras Timar
2013-06-13Updated coreCaolán McNamara
2013-06-12Updated coreAndras Timar
2013-06-12Updated coreAndras Timar
2013-06-12Updated coreAndras Timar
2013-06-11Updated coreAndras Timar
2013-06-11Updated coreAndras Timar
2013-06-07Updated coreAndras Timar
2013-06-02Updated coreAndras Timar
2013-05-27Updated coreAndras Timar
2013-05-27Updated coreAndras Timar
2013-05-26Updated coreAndras Timar
2013-05-21Updated corePetr Mladek
2013-05-20Updated coreAndras Timar
2013-05-07Updated coreAndras Timar
2013-05-07Updated coreAndras Timar
2013-04-15translations: revert submodule to current masterMichael Stahl
2013-04-13Remove obsolote 'empty string -> "-"' behaviourZolnai Tamás
2013-04-11Updated coreAndras Timar