I will translate our web (written with php) into other languages and I'm thinking in using gettext to do it. Also, I have see that English is used as placeholder or msgid.
My web site is currently in Spanish and I think if I can use Spanish as the msgid instead of English. Is there any problem doing it? (apart of English been more international).
This will help us when we add new strings that don't get translated as we will still making the web in Spanish and prefer a mixed web (with Spanish fragments in English pages) than a Spanish version with missed strings (because we don't have the English msgid).