#!/usr/bin/env 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 ".*[A-Za-z].*<"; if [ "$?" -eq 0 ] ; then echo "Source: $i^"; fi done /allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-12tdf#151071 Revise Sifr (Update color to follow symbolic Adwaita)Rizal Muttaqin
2022-10-04tdf#151071 Revise SifrRizal Muttaqin
2022-09-20tdf#151071 Revise Sifr to follow upstreamRizal Muttaqin
2020-01-10Sifr: Fix for tdf#127415, tdf#129846Rizal Muttaqin
2019-06-06Sifr: Add missing large iconsrizmut
2019-03-13Sifr icon theme updateandreas kainz