I agree with Thomas K. Essentially, the author wants to return when someone does not define the translation of the document, if they do, N_ from the built-in dict is overridden by the one that performs the translation. and if the translator missed something for translation, in the built-in function there is N_, which is the backup, which is imported, since builtin is the last area to be checked for the function or var, N_ will be found there.
source
share