Re: Which file should contain the string "insert"? Reply #15 – February 26, 2021, 03:53:54 pm it should be:Code: [Select]$txt['insert'] = 'Insérer';and notCode: [Select]$txt['Insert'] = 'Insérer';
Re: Which file should contain the string "insert"? Reply #16 – February 26, 2021, 05:09:51 pm Since that is a 1.1.7 change, its likely that Post.english.txt has not been updated on Transifex ... so $txt['insert'] = 'Insert'; may not exist in that file for it to be translated.
Re: Which file should contain the string "insert"? Reply #17 – February 27, 2021, 04:09:21 am Hi,Your eyes are very good @radu81 : the translation works like you say, but will not be here when an update will be made because @Spuds is right (this line is not on transifex in the Post.english.php file and can't be translate).
Re: Which file should contain the string "insert"? Reply #18 – February 27, 2021, 02:35:40 pm Glad you solved, I don't know how Transifex works, probably it will be available when 1.1.7 patch will be officially released=== edit ===I missed this postQuoteSince that is a 1.1.7 change, its likely that Post.english.txt has not been updated on Transifex ... so $txt['insert'] = 'Insert'; may not exist in that file for it to be translated.
Re: Which file should contain the string "insert"? Reply #19 – February 28, 2021, 05:12:48 am Thank you @radu81,As you have seen there is no relation with the 1.1.7 patch : just the line that lakes in the Post.english.php on transifex, if i understand correctly...
Re: Which file should contain the string "insert"? Reply #20 – May 24, 2021, 01:13:22 pm Quote from: radu81 – February 27, 2021, 02:35:40 pmGlad you solved, I don't know how Transifex works, probably it will be available when 1.1.7 patch will be officially releasedHi,it seems it's not in the new files on tranifex (i did'nt found it in the post file).Philippe
Re: Which file should contain the string "insert"? Reply #21 – May 24, 2021, 05:59:51 pm I just downloaded the french translation from https://translations.elkarte.net/french_1-1-3.zip and inside Post.french.php at line 183 I see:Code: [Select]$txt['insert'] = 'Insérer';Check if you have that on your forum, otherwise update the translation.I also checked on Transifex and I see there is that translation
Re: Which file should contain the string "insert"? Reply #22 – May 25, 2021, 12:27:08 pm You are right @radu81 : sorry for that.I made some translations on new channels to update the new translations with the patch1.1.7 yesterday and i made my search on "insert" in channels with no translations, and nothing appears... because there is nothing to translate : it seems i made this translation one month ago but i don't remember it and i didn't update my 2 elkarte to test, that is very strange.It works fine.Philippe