Kunena
   
Welcome, Guest
Please Login or Register.    Lost Password?
Bookmark and Share

Language file php to ini. How to convert?
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Language file php to ini. How to convert?
#39214
Language file php to ini. How to convert? 1 Month ago  
Hello staff,
These days I have updated the language files of version 1.6
Every day I add new rows that are in the "SVN".

Today I discover that you have converted the file.
I lost all my work? How can I convert it too?

rinuccio sp
Senior Boarder
Posts: 173
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39215
Re:Language file php to ini. How to convert? 1 Month ago  
Hello,

Don't worry there may have a solution for this, you can try this component : extensions.joomla.org/extensions/miscellaneous/development/6347
xillibit
Kunena for ever
Kunena Developer
Posts: 2081
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male AlienTuningPC Location: France Birthday: 03/15
Last Edit: 2010/02/05 02:06 By xillibit.
The administrator has disabled public write access.
I don't provide support by MP, because this can be useful for someone else.
 
#39216
Re:Language file php to ini. How to convert? 1 Month ago  
Thanks, I try ...
But these are only new entries K1.6? Or is the full translation?

joomlacode.org/gf/project/kunena/scmsvn/...ni&revision=1888
rinuccio sp
Senior Boarder
Posts: 173
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39217
Re:Language file php to ini. How to convert? 1 Month ago  
Not work for me

Results:

Code:

# $Id: en-GB.com_kunena.ini 132 2010-02-05 10:41:56
# Author 
# Copyright 
# License 
# Note :  

WARNFS_ERR02=WARNFS_ERR02

rinuccio sp
Senior Boarder
Posts: 173
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39218
Re:Language file php to ini. How to convert? 1 Month ago  
It's all entries, some deprecated entries from joomlaboard days are been removed.

I haven't used this component, so i can't tell you where is the issue.
xillibit
Kunena for ever
Kunena Developer
Posts: 2081
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male AlienTuningPC Location: France Birthday: 03/15
Last Edit: 2010/02/05 01:46 By xillibit.
The administrator has disabled public write access.
I don't provide support by MP, because this can be useful for someone else.
 
#39219
Re:Language file php to ini. How to convert? 1 Month ago  
And what did you use?
if I upload my file you can convert?
rinuccio sp
Senior Boarder
Posts: 173
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39220
Re:Language file php to ini. How to convert? 1 Month ago  
I use anything, because i never used something to convert php files to ini.

I have found an other component for this on the JED, maybe it's better : extensions.joomla.org/extensions/miscellaneous/development/4740
xillibit
Kunena for ever
Kunena Developer
Posts: 2081
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male AlienTuningPC Location: France Birthday: 03/15
The administrator has disabled public write access.
I don't provide support by MP, because this can be useful for someone else.
 
#39222
Re:Language file php to ini. How to convert? 1 Month ago  
Results in en-GB.com_kunena.ini

Code:

#**    CUSTOM ENTRIES    **#

#**    CUSTOM ENTRIES    **#
#----------FOUND WORDS--------------



There will be some of you who converted the file "php" to "ini"

Whom should I ask?
rinuccio sp
Senior Boarder
Posts: 173
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#39237
Re:Language file php to ini. How to convert? 1 Month ago  
I have already making a script that converts all strings to the new format, clean it up, split into two and order all entries in alphabetical order. It will also detect new strings and add them (they will be commented out).

I still need to solve how to mark modified strings, but..
Matias
Kunena!
Kunena Developer
Posts: 2779
graph
User Offline Click here to see the profile of this user
matias.griese Location: Turku, Finland Birthday: 02/10
The administrator has disabled public write access.
Reviews on the Joomla Extension Directory are always appreciated.
 
#39243
Re:Language file php to ini. How to convert? 1 Month ago  
Matias wrote:
I have already making a script that converts all strings to the new format, clean it up, split into two and order all entries in alphabetical order. It will also detect new strings and add them (they will be commented out).

I still need to solve how to mark modified strings, but..


Having strings sorted/grouped by version (i.e. as they are added) was very useful in the past. I expect there will be a lot of pain in keeping track and updating all the 1.6 new strings that will be alphabetically mixed with all the old 1.5 strings now...

[rant]
This is not Kunena's fault, but situations like these really make me want to ditch Joomla altogether and switch to something that has a proper and stable i18n and L10n framework, i.e. gettext.
[/rant]
kmilos
Junior Boarder
Posts: 97
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12