# |
Aug 7th 2008, 23:01 |
t73net |
) |
# |
Aug 7th 2008, 23:01 |
t73net |
freebox what does $slug == to ? |
# |
Aug 7th 2008, 23:00 |
freebox |
what can be wrong? |
# |
Aug 7th 2008, 23:00 |
freebox |
when i try to access domain.com/piadas/view/the-slug |
# |
Aug 7th 2008, 23:00 |
t73net |
i18n is internationalization |
# |
Aug 7th 2008, 23:00 |
freebox |
my app alway enter in this if: if (!$slug) { |
# |
Aug 7th 2008, 23:00 |
camilleb |
can i use p28n and i28n at the same time ? |
# |
Aug 7th 2008, 23:00 |
t73net |
I got that all screwed around |
# |
Aug 7th 2008, 23:00 |
t73net |
l10n is localization |
# |
Aug 7th 2008, 23:00 |
freebox |
lol :/ |
# |
Aug 7th 2008, 22:59 |
camilleb |
thanks :p |
# |
Aug 7th 2008, 22:59 |
t73net |
or i10n |
# |
Aug 7th 2008, 22:59 |
t73net |
internationalization == i 10 letters n |
# |
Aug 7th 2008, 22:59 |
camilleb |
ok |
# |
Aug 7th 2008, 22:59 |
t73net |
p 28 letters n |
# |
Aug 7th 2008, 22:59 |
t73net |
persistent-internationalization |
# |
Aug 7th 2008, 22:59 |
camilleb |
ok |
# |
Aug 7th 2008, 22:58 |
t73net |
i10n is more geared towards view related translation, static characters, like form labels and such |
# |
Aug 7th 2008, 22:58 |
camilleb |
why the p28n name instead of i28n ? |
# |
Aug 7th 2008, 22:58 |
camilleb |
ok |
# |
Aug 7th 2008, 22:58 |
t73net |
like Blog entries or some such |
# |
Aug 7th 2008, 22:58 |
t73net |
l18n is for data that needs translated in a DB |
# |
Aug 7th 2008, 22:57 |
t73net |
ok |
# |
Aug 7th 2008, 22:57 |
camilleb |
ok, i'm going to see that way |
# |
Aug 7th 2008, 22:57 |
camilleb |
oh i see it ! |
# |
Aug 7th 2008, 22:57 |
Jonah |
BTW not having the 'required' => true was my security hole |
# |
Aug 7th 2008, 22:57 |
t73net |
that's i10n |
# |
Aug 7th 2008, 22:57 |
camilleb |
no, i don't think we have to create that database, cause we use some files in the locale directory |
# |
Aug 7th 2008, 22:57 |
markstory |
camilleb: I think translate behavior expects i18n table by default. |
# |
Aug 7th 2008, 22:57 |
Jonah |
is there a way to make it so 'required' => true for all validation rules by default? |
# |
Aug 7th 2008, 22:56 |
t73net |
does p28n exist? |
# |
Aug 7th 2008, 22:56 |
camilleb |
if u've any ideas :p |
# |
Aug 7th 2008, 22:56 |
camilleb |
i'm kind of lost |
# |
Aug 7th 2008, 22:56 |
camilleb |
i thought it was a problem with my routes, but maybe not |
# |
Aug 7th 2008, 22:56 |
t73net |
ok |
# |
Aug 7th 2008, 22:56 |
camilleb |
Error: Database table p28ns for model P28n was not found. |
# |
Aug 7th 2008, 22:56 |
camilleb |
here is |
# |
Aug 7th 2008, 22:56 |
camilleb |
i've got an error |
# |
Aug 7th 2008, 22:56 |
camilleb |
but when i'm adding the links |
# |
Aug 7th 2008, 22:55 |
camilleb |
when i try to manually change the translation it works |
# |
Aug 7th 2008, 22:55 |
t73net |
it is a good tutorial |