It is possible to add to a bash script language support? I have a bash script with some string, and I want it internationalize.
1 Answer
Try giving this a read: http://www.linuxjournal.com/content/internationalizing-those-bash-scripts
3 Comments
Matt Ball
That's funny, I just googled "bash script i18n" and found the exact same link. +1
Mike Lentini
Tis one of the things I love about Stack Overflow. If I don't know the answer to something, I look it up and I get to learn about it too.
Adrian
Thanks Mike, exactly what I want.