Customisation

ℹ️
This step is optional.

You can customise various elements of this application to fit your unique requirements. This includes the aspects listed below. For all of the customisation options you must commit the appropriate file to your git repository.

Custom Terminology

Custom Terminology is an optional feature.

aws translate \
	import-terminology \
	--merge-strategy OVERWRITE \
	--terminology-data Format=CSV,Directionality=UNI \
	# Language code
	--name fr \
	# Your custom terminology file
	--data-file fileb://./fr.csv