Welcome Guest, Not a member yet? Register   Sign In
codeigniter gettext poedit php
#9

[eluser]Truong Chuong DUong[/eluser]
I just make a library which can auto translate all text between {t} and {/t} in the view, I posted here in case some one want to use it instead calling the gettext function in the view:

http://www.chuongduong.net/page/15/codei...-view.html

The view code might be:

Code:
<html>
<head>
<title>{blog_title}</title>
</head>
<body>

<h3>{blog_heading}</h3>
{blog_entries}

<h5>{t}Title is{/t}  {title}</h5>

<p>{t 1="<b>" 2="</b>"}Click here %1to see%2 me{/t}{body}</p>

<p>{t 1="{id}" 2="author"}The id is: %1 wrote by %2{/t}</p>

<p>{t 1="<a >" 2="</a>"}Please lick on me%2{/t}</p>

{/blog_entries}

&lt;/body&gt;

&lt;/html&gt;



Messages In This Thread
codeigniter gettext poedit php - by El Forum - 06-14-2011, 12:20 PM
codeigniter gettext poedit php - by El Forum - 06-15-2011, 07:48 AM
codeigniter gettext poedit php - by El Forum - 07-17-2011, 11:53 AM
codeigniter gettext poedit php - by El Forum - 07-17-2011, 03:11 PM
codeigniter gettext poedit php - by El Forum - 07-18-2011, 10:26 AM
codeigniter gettext poedit php - by El Forum - 07-18-2011, 12:56 PM
codeigniter gettext poedit php - by El Forum - 07-18-2011, 01:23 PM
codeigniter gettext poedit php - by El Forum - 07-18-2011, 01:31 PM
codeigniter gettext poedit php - by El Forum - 07-22-2012, 08:50 AM
codeigniter gettext poedit php - by El Forum - 08-11-2013, 12:48 PM
codeigniter gettext poedit php - by El Forum - 08-11-2013, 12:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB