This website works better with JavaScript.
Explore
Help
Sign In
linuxdv.org
/
linuxdv-backend
Watch
1
Star
0
Fork
You've already forked linuxdv-backend
0
Code
Issues
Pull Requests
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133
Commits
1
Branch
0
Tags
4.7 MiB
Tree:
0d4a3b16d9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0d4a3b16d9'
${ noResults }
linuxdv-backend
/
lib
/
LDV
/
I18N.pm
9 lines
80 B
Raw
Normal View
History
Unescape
Escape
+ LDV::I18N : stub
9 years ago
package
LDV::I18N
;
use
strict
;
use
warnings
;
use
base
'Locale::Maketext'
;
1
;