| 50 | == Inroduction == |
| 51 | This blueprint presents the development of Translation Functionality of Sahana-Eden. The current translation functionality has a lot of features to ease the translation process during disasters. However, there are various issues with some of the features and it can be improved further. The purpose of this blueprint is to address those issues and propose some solutions for the same so that Eden can have a more robust and efficient translation system. |
| 52 | |
| 53 | == Problem == |
| 54 | |
| 55 | * There is no integration with Pootle |
| 56 | |
| 57 | * Size of .py files will grow |
| 58 | |
| 59 | * All strings are selected when only a few of them corresponding to the modules in the active template will be required. |
| 60 | |
| 61 | * Conflict in strings due to pull requests. |
| 62 | |
| 63 | * System calls in the current version. (External Dependencies) |
| 64 | |
| 65 | * Prepop CSV files are not included |