# Save original phrase to dictionary

When translating a text, translated text is written to dictionary files with a given key.  
This key is usually the text that needs to be translated.  However, in some cases, the key could be some form of expression.


# References
aider/01.upgrade_google_translation_lib.md
README.md
lib/translator/translate.js
module/index.js
test/translate_test.js
