Dotclear


Ignore:
Timestamp:
09/21/13 18:37:27 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Introducing buildtools fake plugin (not to be included in releases).

Resync l10n .po/.pot files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build-tools/po_update.sh

    r1962 r1977  
    3737userPref 
    3838widgets 
     39_fake_plugin 
    3940" 
    4041 
     
    113114     echo "Building plugins PO template..." 
    114115     for p in $PLUGINS; do 
    115           find ./plugins/$p -name '*.php' -print 
     116          if [ -d plugins/$p ]; then 
     117               find ./plugins/$p -name '*.php' -print 
     118          fi 
    116119     done | \ 
    117120          extract_strings \ 
Note: See TracChangeset for help on using the changeset viewer.

Sites map