Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Simple PO File Reader/Writer unit.
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
(Solved)TUpDown KeyDown ...
by
LeP
[April 15, 2026, 11:21:09 pm]
AI assisted translation o...
by
MathMan
[April 15, 2026, 10:47:11 pm]
Zipper: Addition of mult...
by
marcov
[April 15, 2026, 10:35:15 pm]
Ann: Deinline: a de-inlin...
by
LeP
[April 15, 2026, 07:08:42 pm]
Seeking advice on setting...
by
gidesa
[April 15, 2026, 07:02:04 pm]
GTK3: FillRect() mispaint...
by
baldzhang
[April 15, 2026, 06:32:52 pm]
C header function with on...
by
440bx
[April 15, 2026, 05:43:53 pm]
Lazarus Image Editor
by
Paolo
[April 15, 2026, 05:37:30 pm]
Delimited text - how find...
by
Kropotkin46
[April 15, 2026, 02:46:04 pm]
Ann: DeCoperators
by
Thaddy
[April 15, 2026, 01:29:40 pm]
RunFormula: math expressi...
by
Handoko
[April 15, 2026, 01:24:30 pm]
How to merge multiple cla...
by
cdbc
[April 15, 2026, 12:48:42 pm]
PWM signals, atmega328p, ...
by
pascalbythree
[April 15, 2026, 12:39:25 pm]
FPC Unleashed (inline var...
by
creaothceann
[April 15, 2026, 11:38:14 am]
I hope FreePascal can sup...
by
Zvoni
[April 15, 2026, 10:22:18 am]
Remote desktop software i...
by
creaothceann
[April 15, 2026, 10:09:49 am]
Naming daemons during ins...
by
LeP
[April 15, 2026, 08:46:39 am]
[SOLVED] Can't pass strin...
by
mas steindorff
[April 14, 2026, 08:51:15 pm]
Fast Canvas Library V1.05...
by
Gigatron
[April 14, 2026, 08:39:38 pm]
Translation of Lazarus ID...
by
pmralbuquerque
[April 14, 2026, 07:47:01 pm]
Necromancer's Dos Navigat...
by
Thaddy
[April 14, 2026, 06:26:29 pm]
Trying to plot points, bu...
by
garymq
[April 14, 2026, 02:01:36 pm]
SPC Player Library
by
creaothceann
[April 14, 2026, 01:59:25 pm]
Fractal of Mandelbrot
by
Boleeman
[April 14, 2026, 10:20:21 am]
My project to build and p...
by
krolikbest
[April 14, 2026, 09:07:12 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Simple PO File Reader/Writer unit. (Read 6279 times)
rasberryrabbit
Full Member
Posts: 151
Simple PO File Reader/Writer unit.
«
on:
May 29, 2013, 12:12:22 pm »
Simple PO File Reader/Writer unit 'uporeader'.
Below poedit.zip is example of this unit.
http://www.mediafire.com/download/rrltyqzj14uglqf/poEdit17.zip
POEdit updated.
Now works with multiple lines of msgstr.
+ Some addtional changes in poEdit.
+ fix incorrent list item height.
«
Last Edit: June 22, 2013, 08:46:32 am by parcel
»
Logged
Code is long, Life is short, AI is not your enemy.
Ocye
Hero Member
Posts: 518
Re: Simple PO File Reader/Writer unit.
«
Reply #1 on:
May 29, 2013, 01:12:55 pm »
What is the advantage over LCL unit translations?
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
Leledumbo
Hero Member
Posts: 8836
Programming + Glam Metal + Tae Kwon Do = Me
Re: Simple PO File Reader/Writer unit.
«
Reply #2 on:
May 29, 2013, 05:20:47 pm »
Quote
What is the advantage over LCL unit translations?
Yep, we have both PO and MO reader/writer already.
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
rasberryrabbit
Full Member
Posts: 151
Re: Simple PO File Reader/Writer unit.
«
Reply #3 on:
May 29, 2013, 08:51:00 pm »
Ah, it's already existed. I didn't find it.
Logged
Code is long, Life is short, AI is not your enemy.
Ocye
Hero Member
Posts: 518
Re: Simple PO File Reader/Writer unit.
«
Reply #4 on:
June 04, 2013, 12:27:54 pm »
Nevertheless, the LCL implementation has some potential for expansion. It lacks for instance on multiple plurals like ngettext() provides. So go ahead with your work...
Logged
Lazarus 1.7 (SVN) FPC 3.0.0
Leledumbo
Hero Member
Posts: 8836
Programming + Glam Metal + Tae Kwon Do = Me
Re: Simple PO File Reader/Writer unit.
«
Reply #5 on:
June 04, 2013, 05:33:32 pm »
Quote
So go ahead with your work...
I'd rather say: go ahead enhance the LCL one
Logged
Follow this if you want me to answer:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
http://pascalgeek.blogspot.com
https://bitbucket.org/leledumbo
https://github.com/leledumbo
Code first, think later - Natural programmer B)
rasberryrabbit
Full Member
Posts: 151
Re: Simple PO File Reader/Writer unit.
«
Reply #6 on:
June 06, 2013, 06:37:20 am »
It's difficult to me.
Logged
Code is long, Life is short, AI is not your enemy.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Packages and Libraries
»
Simple PO File Reader/Writer unit.
TinyPortal
© 2005-2018