From 83900736f0e92f77ea3fc140f8ed674ee514f063 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 22 Sep 2010 23:46:03 +0800 Subject: [PATCH] fpdb.py: Use L10n --- pyfpdb/fpdb.pyw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index af94f83a..548003de 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -15,6 +15,9 @@ #along with this program. If not, see . #In the "official" distribution you can find the license in agpl-3.0.txt. +import L10n +_ = L10n.get_translation() + import os import sys import re