shuashuai commented on PR #1451:
URL: https://github.com/apache/answer/pull/1451#issuecomment-3625447668

   > Yes, this makes it easier for developers to manage i18n—e.g., by merging 
custom and built-in Answer translations into /data/answer/i18n without 
modifying Answer's built-in files, keeping things clean and organized.
   
   According to the description, it appears that when using this variable, 
users are required to handle the merging of file content themselves. However, 
the submitted code does not involve this part of the operation, which may cause 
confusion for users regarding this variable. 
   
   If this environment variable is only used in development mode, is it 
sufficient to define it only in your `.env*.local` file? Because this file will 
not be submitted to the code repository.
   
   The environment variables we currently use are all explained in the 
`confiugs/config.yaml` file. [config file 
docs](https://answer.apache.org/docs/configfile/),
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to