How to add items located a db table ?
Hi guys,
how have I to add items in the poEdit and then in the PO Editor getting them from a db table ?
My project get some items from the database table, for instance "statuses" table. These items are loaded from the php application and they are sent in the web view in this way:
<?php
echo $this->translate($status['name']);
?>
PoEdit doesn't connect itself to a db, so how have I to do?
thanks
1
vote
Michelangelo T.
shared this idea
-
You can use the API to export / import data from your DB through a format POEditor supports.